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=16612>. 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=16612 I cannot serialize the document with namespaces correctly with Xerces 2.2.1 and 2.3.0 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2003-02-10 19:25 ------- First of all thanks a lot for this detailed message and sample code -- it helped a lot during investigation of the problem! XMLSerializer by default won't add namespaces -- the behaviour in 2.0.1 broke some (non-namespace aware) applications that relied on the fact that XMLSerializer were not namespace aware. So XMLSerializer will remain non- namespace aware in Xerces. You should use DOM3 to get namespace during serialization. We had a bug in our implementation, and I've just committed a fix to CVS. Please, try it again and see if it works for you. >If I use a dummy XSLT transformer with DOM source and Stream result, >I do not get any namespace nodes. This bug should be reported against Xalan. Thanks again, Elena --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
