Re: [xsl] preserving apos with identity transformation

Subject: Re: [xsl] preserving apos with identity transformation
From: George Cristian Bina <george@xxxxxxx>
Date: Tue, 15 Nov 2005 09:21:44 +0200
Hi Charles,

You cannot avoid that as the transformer does not know how the attribute value was encoded in the XML document, it receives the value already normalized from the XML parser and you should not need to avoid that, your further processing should not depend whether the apostrophe is encoded as ' or as &apos;.

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com


Charles Ohana wrote:
Hello,
I'm using identity transformation to remove some attributes but the output replaces &apos; by '.
How can I avoid that.

Current Thread