Setting xsl:value-of into an href attribute and the text field of a link in an XSLT
- by Josh
I am trying to set an a href that is both a link to and has the text for a link through an XSLT transformation. Here's what it looks like so far.
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="actionUrl"/>
…