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-05 21:32 ------- Hi Michael, Thanks for the test case. You should not be mixing DOM Level 1 and 2 methods [1] as you do in the modified test. So you need to modify your code to set setNamespaceAware(true) and use getElementsByTagNameNS(...). http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#Namespaces- Considerations --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
