DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27963>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27963 setAttribute duplicates an attribute with an empty value instead of replacing it ------- Additional Comments From [EMAIL PROTECTED] 2004-04-06 14:00 ------- You are right. For some reason I thought that the call in the test case was setNamespaceAware(true) instead of false. I changed it and the result is normal. However, in my case I use the DOM-3 LS module where such a function does not exist (in the DOMConfiguration or the LSParser)...and the namespace support is supposed to be true by default. In which case I suppose that we are not anymore talking about a bug but for a way to set namespace awareness in DOM-3 (which is also experimental)...On the other hand since the LS module is DOM-3 specific shoudln't the returned parser be namespace aware by default. Anyway...it would say that the bug has become invalid... I let it to you to decide. Thanks, Mike. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
