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=16103>. 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=16103 Serialization of namespace-prefixes attributes does not create appropriate namespace declaration [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-01-20 18:52 ------- The change in Xerces2.0.1 was backwards incompatible for some users, i.e. some users have DOM L1 trees and don't want any namespaces to appear in the document. So we turned namespaces off in the XMLSerializer. To get namespace support you should use DOM L3 serializer - org.apache.xml.serialize.DOMWriterImpl (the namespaces are on by default). Thanks, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
