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=14897>. 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=14897 Pattern of form "//A/B" selects B even if A is its grandparent ------- Additional Comments From [EMAIL PROTECTED] 2002-11-28 09:58 ------- OK, I found out the problem. What I wasn't aware of, is that JDK 1.4 includes Xalan, so I have to load rt.jar *after* xalan.jar (something that isn't done by default). This is done launching java with the -Xbootclasspath:<classpath> option. Doing this way I finally end up using Xalan 2.4.1, where the bug is *not* present. My apologies. Marco
