You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/02/28 14:48:34 UTC

DO NOT REPLY [Bug 17527] - XMLUtils.serializeNodeToXML adds XML declaration.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17527>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17527

XMLUtils.serializeNodeToXML adds XML declaration.





------- Additional Comments From cziegeler@apache.org  2003-02-28 13:48 -------
No, this is the correct behaviour. As the name implies
it should add the XML declaration - if it didn't do it
until recently, than that was wrong.
If you don't want the declaration, you have to use
serializeNode() and set the correct output property.