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=27867>. 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=27867 DTM does not parse attribute namespaces properly ------- Additional Comments From [EMAIL PROTECTED] 2004-03-23 19:20 ------- Are you able to provide a small Java program that demonstrates the problem? I'm having a little difficulty in reproducing it. Does the XML parser that I use make any difference? If I try to create an XMLReader to parse the input document, set the namespaces feature to true, and set the namespace-prefixes feature to either true or false, I always get the following result, which seems to be correct. Element local-name: foo Element namespace: www.aaa.com ----------------------------- Element local-name: bar Element namespace: www.bbb.com ----------------------------- Attribute local-name: attr1 Attribute namespace: www.bbb.com Attribute value: one ----------------------------- Attribute local-name: attr2 Attribute namespace: www.bbb.com Attribute value: two -----------------------------
