johnaregan
Programmer
- Mar 13, 2001
- 87
Hi
I'm writing a menu using xml/xsl. I have an xml like:
...
<item>
<itemtext>LinkTo</itemtext>
<itemaction> </item>
...
where itemaction is a link. I want xsl output like
<a href="My question is how do I write the xsl so that the <itemaction> xml data is inside a html tag (in this case an anchor).
Cheers in advance
John
I'm writing a menu using xml/xsl. I have an xml like:
...
<item>
<itemtext>LinkTo</itemtext>
<itemaction> </item>
...
where itemaction is a link. I want xsl output like
<a href="My question is how do I write the xsl so that the <itemaction> xml data is inside a html tag (in this case an anchor).
Cheers in advance
John