PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3312 *** shadow/3312 Tue Aug 28 11:14:20 2001 --- shadow/3312.tmp.11993 Tue Aug 28 11:14:20 2001 *************** *** 0 **** --- 1,28 ---- + +============================================================================+ + | xsltc fails conf test axes56 //xx/descendent::* | + +----------------------------------------------------------------------------+ + | Bug #: 3312 Product: XalanJ2 | + | Status: NEW Version: 2.0.1 | + | Resolution: Platform: Other | + | Severity: Normal OS/Version: Other | + | Priority: Other Component: org.apache.xalan.xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + This used to work; seems to have been broken by the fix for axes83. + + The expected output has: + <out>xxchild xxchild childofxx xxsub xxsubsub </out> + + xsltc's output has + <out>doc a b xx d e xx xx asub asubasub yy bsub xx xxchild dsub dsubsub xx + xxchild sibchild childofxx xxsub xxsubsub </out> + + In the stylesheet, the for-each select="//xx/descendent::*" instruction + is not returning the correct node set. It seems to return every node + in the xml source.
