xsl-list
[Top] [All Lists]

Entities and copy-of

2005-07-11 08:06:31
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.


--~------------------------------------------------------------------
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>