RE: [xsl] [HELP] Preserving character references in the result tree

Subject: RE: [xsl] [HELP] Preserving character references in the result tree
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 15 Jan 2004 17:34:24 -0000
> How can i preserve the characters references in the
> result tree?

Neither a source tree nor a result tree can contain character
references. Character references belong only in the world of serialized
(angle-bracket) XML. Because XSLT works on trees, it never sees
character references and can only generate them in its final
serialization phase.

Michael Kay 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread