xsl-list
[Top] [All Lists]

Re: preserving apos with identity transformation

2005-11-15 00:21:44
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 '.

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.


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


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