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=6589>. 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=6589 Multiple default namespaces cannot be selected with "". ------- Additional Comments From [EMAIL PROTECTED] 2002-02-26 20:04 ------- Ok, but then what about: <one xmlns='asdf'><two three='four'></two></one> //*[name()='one']/two/@three which succeeds in Xalan but fails in dom4j/jaxen. Shouldn't this fail, shouldn't I be required instead to do //*[name()='one']/*[name()='two']/@three ? -Tom
