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/12/12 22:45:37 UTC

DO NOT REPLY [Bug 15335] New: - XSLTC: incorrect xpath results with current() and multiple predicates

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

XSLTC: incorrect xpath results with current() and multiple predicates

           Summary: XSLTC: incorrect xpath results with current() and
                    multiple predicates
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: grchiu@ca.ibm.com


Placeholder for select85.

The following two xpath expressions (involving current() and multiple 
predicates) should select the same thing but do not:

following-sibling::ch[current()]
(following-sibling::ch[current()])[1]

Please see the select85 test.