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=3814>. 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=3814 Poorly packaged xalan.jar Summary: Poorly packaged xalan.jar Product: XalanJ2 Version: 2.2.x Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Regarding the 2.2D10 download: 1. A stripped down version of the Sun JAXP interfaces are included in the xalan.jar file. This shouldn't be, as they should only exist in Sun's jaxp.jar file, and be included in the xalan.jar file as either a manifest reference or a README-type documentation reference. 2. The xalan.jar file's manifest includes two XML parsers in its classpath: xerces and crimson. This is surely an error, as only one can be active. Actually, neither should be referenced, as the documentation states that xalan is parser implementation neutral (except that old xerces versions don't work). 3. Can you start putting in Implementation-Version tags into the manifest? 4. Why is the xml.jar file included in the distribution?
