Hi,
I couldn't find an XSL forum, so I thought I'd post my question here.
I'm trying to create a hyperlink based on a value-of. Here is the code, which is not working:
<a href='<xsl:value-of select="myURL"/>' >the link</a>
How could I get this to work?
Thanks in advance.
I couldn't find an XSL forum, so I thought I'd post my question here.
I'm trying to create a hyperlink based on a value-of. Here is the code, which is not working:
<a href='<xsl:value-of select="myURL"/>' >the link</a>
How could I get this to work?
Thanks in advance.