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=2559
*** shadow/2559 Tue Jul 10 23:18:41 2001
--- shadow/2559.tmp.2233 Wed Aug 1 18:24:53 2001
***************
*** 2,9 ****
| Problem with ancestor-or-self |
+----------------------------------------------------------------------------+
| Bug #: 2559 Product: XalanJ2 |
! | Status: ASSIGNED Version: 2.2.x |
! | Resolution: Platform: PC |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: org.apache.xpath |
+----------------------------------------------------------------------------+
--- 2,9 ----
| Problem with ancestor-or-self |
+----------------------------------------------------------------------------+
| Bug #: 2559 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.2.x |
! | Resolution: FIXED Platform: PC |
| Severity: Normal OS/Version: Linux |
| Priority: Other Component: org.apache.xpath |
+----------------------------------------------------------------------------+
***************
*** 81,83 ****
--- 81,86 ----
------- 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
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-08-01 18:24 -------
+ Closing this as George reports it is fixed in 2.2.x.
\ No newline at end of file