[thelist] Avoid the CDATA dance in XSL

shane - iordy.com god at iordy.com
Sun Jun 2 23:54:01 CDT 2002


[ Converted text/html to text/plain ]

I'm new to XSL and I would like to know if I can avoid doing the
CDATA dance (shown below) in my XSL template just to add a link like

URL:
<a href="?op=show&uid=1>alias</a>

CDATA DANCE:
<![CDATA[<a href="?op=info&id=]]><xsl:value-of select="uid" />

<![CDATA[">]]><xsl:value-of select="alias" /><![CDATA[</a>]]>






More information about the thelist mailing list