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 2001/11/12 20:21:24 UTC

DO NOT REPLY [Bug 4804] - Abbreviated XPath // at start matches too many nodes

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=4804>.
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=4804

Abbreviated XPath // at start matches too many nodes

David_Marston@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |Low
            Summary|Abbreviated XPath broken    |Abbreviated XPath // at
                   |                            |start matches too many nodes



------- Additional Comments From David_Marston@lotus.com  2001-11-12 11:21 -------
It does seem to be a bug, but there is an easy WORKAROUND because match="//A/B"
is the same as match="A/B" and the latter does work correctly.