<xsl:value-of select="urlElement" disable-output-escaping="yes"></xsl:value-of>
Now the non-working version to write a valid <A> element:
<A><xsl:attribute name="href"><xsl:value-of select="urlElement" disable-output-escaping="yes"/></xsl:attribute>Link</A>
And here is the code to work around (name it a hack):
<xsl:text disable-output-escaping="yes"><a href='</xsl:text><xsl:value-of disable-output-escaping='yes' select=url'/><xsl:text>'></xsl:text>Link Text<xsl:text disable-output-escaping='yes'></a></xsl:text>
© Copyright 2002-2012, Torsten Rendelmann Page rendered at Wednesday, February 08, 2012 7:30:25 AM (W. Europe Standard Time, UTC+01:00)
Like RSS Bandit? Make a donation to help support its development and maintenance. As little as 1€ will help.
SUBSCRIBE RSS GeoURL
newtelligence dasBlog 2.3.9074.18820
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.