[thelist] Avoid the CDATA dance in XSL

shane - iordy.com iordy at iordy.com
Fri May 31 05:19:24 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>]]>


--
shane - iordy.com, iordy at iordy.com on 05/31/2002



More information about the thelist mailing list