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/04/09 21:11:47 UTC

DO NOT REPLY [Bug 7886] New: - Using Axis.ANCESTOR with DTMAxisIterator is giving erroneous results

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

Using Axis.ANCESTOR with DTMAxisIterator is giving erroneous results

           Summary: Using Axis.ANCESTOR with DTMAxisIterator is giving
                    erroneous results
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xml.dtm
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: pauldick@apache.org


Similar to Bugzilla bug 7885.  Need TestDTMIterator!

Given the following source document base on the following:
"<?xml version=\"1.0\"?>\n"+
"<Document>"+
"<A><B><C><D><E><F/></E></D></C></B></A><Aa/>"+
"</Document>";

The created iterator will output the root document (#document) twice.