Re: [xsl] Unicode character decimal representation problem when copying the XML

Subject: Re: [xsl] Unicode character decimal representation problem when copying the XML
From: Jesper Tverskov <jesper@xxxxxxxxxxx>
Date: Thu, 14 Oct 2010 07:55:34 +1030
The only solution is to load the input as text, replace the entities,
then do your identity transform, and then replace back.

That is the technique I use in my experiment:  bIdentity
transformation for XSLT 2.0b,
http://www.xmlplease.com/identity-template

Cheers,
Jesper Tverskov

http://www.xmlplease.com
http://www.xmlkurser.dk
http://www.xmltraining.net

Current Thread