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/05 02:16:20 UTC

DO NOT REPLY [Bug 15094] New: - Descendant axis may match nodes that are not descendants in XSLTC

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

Descendant axis may match nodes that are not descendants in XSLTC

           Summary: Descendant axis may match nodes that are not descendants
                    in XSLTC
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan-Xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: zongaro@ca.ibm.com


In XSLTC, if the first sibling of the context node has children, the descendant 
axis will include that sibling and some of its descendants.  In addition, if 
the context node has no siblings, the descendant axis will include all 
subsequent nodes in document order.

See the test xml-xalan/test/tests/conf/axes/axes131.xsl, for example.