You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/05/14 22:20:55 UTC

DO NOT REPLY [Bug 9081] - Multi-namespace xpath queries not functioning!

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!

keshlam@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From keshlam@us.ibm.com  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.