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

Subject: Re: [xsl] Unicode character decimal representation problem when copying the XML
From: ac <ac@xxxxxxxxxxxxx>
Date: Thu, 14 Oct 2010 01:56:25 -0400
Hi Jesper,

Not trivial ...

Your listing for the "Stylesheet for the better identity template" is not XML well-formed as there seems to be a typo on line 95 (extra =" at "top-tag" definition).

Thank you,
ac




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