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 u.cei@cbim.it 2003-02-28 14:14 -------
After further examination, I concluded that AbstractSAXTransformer and XMLUtils
are not the culprits. The problem lies with the new
NamespaceNormalizingDOMStreamer, which is used by default instead of the
DOMStreamer. The attached patch tells the XMLFormTransformer to use the
DefaultDOMStreamer instead of the NamespaceNormalizingDOMStreamer.
|