http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2559 *** shadow/2559 Tue Jul 10 17:30:15 2001 --- shadow/2559.tmp.5594 Tue Jul 10 23:18:41 2001 *************** *** 77,79 **** --- 77,83 ---- </xsl:stylesheet> My results are: <out>a3: b1 b2 b3 b4 b5 b6 </out> + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-10 23:18 ------- + I tried it again with your stylesheet and it seems that the bug do not exist in +Xalan 2.2 D6 (only for 2.1.0 and 2.0.0). Here are the results from the +command-line:georg@aladdin:~/test$ java -classpath +/opt/java/lib/xalan-j_2_2_D6/bin/xalan.jar:/opt/java/lib/xalan-j_2_2_D6/bin/xerces.jar:. + org.apache.xalan.xslt.Process -IN test.xml -XSL xpath.xsl<?xml version="1.0" +encoding="UTF-8"?><out>a3: b1 b2 b3 b4 b5 b6 </out>(everything ok with +2.2D6)georg@aladdin:~/test$ java -classpath +/opt/java/lib/xalan-j_2_1_0/bin/xalan.jar:/opt/java/lib/xalan-j_2_1_0/bin/xerces.jar:. + org.apache.xalan.xslt.Process -IN test.xml -XSL xpath.xsl<?xml version="1.0" +encoding="UTF-8"?><out>a3: b1 b2 b3 b5 b6 </out>(bug with 2.1.0)So it seems that i +mixed something up with my tests for the bugreport and so i reported the bug also for +2.2D6, where it no longer exist. (I also tried some java code with XPathAPI.) Sorry. +If you think a test with the latest jar would be helpfull, you can send it to me and +i'll try it also with this jar. Thanks for your work,Georg
