Is there any way to embed something in another statement, for example, a document has an URL, which I wan to turn into a link.
Can I get xsl stylesheet to do this, or will I need to use the server?
I need something like:
<a href="<xsl:value-of select="url" />">GO</a>
Excuse my ignorance, it's my first day ;-)
Can I get xsl stylesheet to do this, or will I need to use the server?
I need something like:
<a href="<xsl:value-of select="url" />">GO</a>
Excuse my ignorance, it's my first day ;-)