xsl-list
[Top] [All Lists]

CDATA in CDATA?

2005-12-16 10:14:02
Hello all,

i have this construction in my xslt:

 <programlisting><![CDATA[<![[CDATA[]]><xsl:apply-templates select="."
mode="insidePre"/><![CDATA[ ]]>]]></programlisting>

and i want this output:

<programlisting><CDATA[<?xml version="1.0" encoding="UTF-8"?>;
 ]]></programlisting>

what i get is this:

<programlisting>lt;![[CDATA[&lt;?xml version="1.0" encoding="UTF-8"?&gt;
 ]]&gt;</programlisting>

How can i realise that i keep the symbols < or > bevor CDATA...?

Thanks.

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>