xsl-list
[Top] [All Lists]

OutputFormat - setNonEscapingElements

2005-06-02 23:36:27
Hi,
 
I'm creating an xml file using XMLSerializer, by SAX approach. I'm
receiving the element names and values correctly but during
serialization to xml file certain characters(", <, >....) get escaped. 
I tried using method setNonEscapingElements in OutputFormat, but for
that I need to know all the element names in advance to set them as
non-escaping elements. As I m using SAX approach, I don't know in the
beginning about element names. 
 
Is there any other way to avoid escaping of such values? or there is way
to set all elements as non-escaping without specifying each element name
in setNonEscapingElements method.
 
Thanks,
Amrit

--~------------------------------------------------------------------
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>
  • OutputFormat - setNonEscapingElements, Amrit Pal Singh <=