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=9441>. 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=9441 normalize-space() deletes an inner space ------- Additional Comments From [EMAIL PROTECTED] 2002-06-07 20:24 ------- The MANIFEST of the downloaded xalan.jar specifies a Class-Path: jaxp.jar xerces.jar crimson.jar xml-apis.jar In my opinion this is somewhat unfortunate not only because it takes me on surprise but also because I have made bad experience with incompatibilities between Java 1.2.2 and 1.3 in the interpretation: While Java 1.2.2 follows the "version 1.2 only" interpretation as file system paths specified in http://java.sun.com/docs/books/tutorial/jar/basics/manifest.html Java 1.3 follows http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#JAR%20Manifest and needs URLs -- and has difficulties with plain file system paths. I'm not through yet, but there is some hope in this direction: Playing around with renaming the jar-files and running the transformation, I have already seen two times among several the *correct* output, i.e. p and q nicely separated. Though I could not reproduce the same results later on (and am already thinking of some library caching), I will pursue this direction further the next days. (It's already bit late here in Europe today).
