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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.
