[xsl] Entities and copy-of

Subject: [xsl] Entities and copy-of
From: "Karl Funk" <karl.funk@xxxxxxxxxxxx>
Date: Mon, 11 Jul 2005 16:06:31 +0100
Hi,

I have an xml input file that contains escaped xml for example:

<pipeline-template>&lt;template:definition&gt;&#xd;
&lt;template:declarations&gt;&#xd; ... </pipeline-template>

when I perform xsl:copy-of on pipeline-template the result has the &#xd;
changed to


i.e.

<pipeline-template>&lt;template:definition &gt;
 &lt;template:declarations&gt;
 ... </pipeline-template>

How can I stop this from happening (using xalan)?


Cheers,
Karl.

Current Thread