[xsl] CDATA in CDATA?

Subject: [xsl] CDATA in CDATA?
From: "Silvia Liberto" <SLiberto@xxxxxx>
Date: Fri, 16 Dec 2005 18:14:02 +0100 (MET)
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 +++

Current Thread