Hello.

I have custom extension function which performs serialization of node-set into string. Serialization process implemented via FormatterToXML class similar to SerializeNodeSet sample.


After upgrading from version 1.6 to 1.10 serialization output always contains xml attribute for the first document element due to the following fix: https://issues.apache.org/jira/browse/XALANC-530


<TESTNODE xmlns:xml='http://www.w3.org/XML/1998/namespace'>
....
</TESTNODE>


Is there any simple way to suppress such output of default attribute ?

--
Dmitry Chernikov

Reply via email to