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=7589>. 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=7589 Unncessary repeated xmlns attribute ------- Additional Comments From [EMAIL PROTECTED] 2002-03-28 21:25 ------- Well, in this case, how should I use the XMLSerializer to create a new XML document that does not have repeated xmlns attributes? Even if I call the following method: startElement (null, "MyElement", "MyElement", attrs) it still prints out the xmlns even though it has been defined in the parent element and hasn't been redefined in the current element. This may add a lot of data unnecessary data to the XML document and may cause bad problems in terms of bandwidth and performance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
