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/10/31 16:57:02 UTC

DO NOT REPLY [Bug 14135] New: - last() returns incorrect results with preceding-sibling axis

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

last() returns incorrect results with preceding-sibling axis

           Summary: last() returns incorrect results with preceding-sibling
                    axis
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.processor
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: peter.brant@courts.state.wi.us


With the 10/27/02 nightly build.

With a step using the preceding-sibling axis, using a predicate of [last()] 
returns the nearest preceding sibling.  It should return the farthest.

Test case attached.  It is the same test case as in bug 14112 (which was filed 
against XSLTC)