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/02/20 19:28:40 UTC

DO NOT REPLY [Bug 6589] New: - Multiple default namespaces cannot be selected with "".

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 "".

           Summary: Multiple default namespaces cannot be selected with "".
           Product: XalanJ2
           Version: 2.2.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xpath
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: Tom@Toms.NET


Given:

<one xmlns="asdf">
 <two xmlns="qwer"/>
</one>

I can use "//:one" but not "//:one/:two".

There is no way to select "two".

-Tom