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=9081>. 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=9081 Multi-namespace xpath queries not functioning! [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-05-14 20:20 ------- XPath is namespace-aware, and has no concept of default namespace. To search for namespaced nodes, you ___MUST___ use prefixes in your XPaths, as well as providing a reference node or Prefix Resolver which allows the XPath engine to determine which namespace URIs those prefixes correspond to.