Sorry about the cross post. However it is relevant to both teams. The latest versions of Xerces and Xalan won't work with each other. Specifically because when I try to do XSLT transformations from the command line I get:
--------------- Error! org/xml/sax/misc/LexicalHandler Xalan: was not successful. XSLProcessor: done --------------- The reason that the .misc packages isn't present anymore in Xalan. This was done with: Xerces-J-bin.1.0.2.zip 22-Feb-2000 15:46 2.0M xalan_0_19_5.jar 24-Feb-2000 11:58 2.8M Thoughts? Here is how I did my transformations: java org.apache.xalan.xslt.Process -IN ./javacore.xml -XSL ./src/xsl/left.xsl -OUT ./javacore/left.html Kevin -- Kevin A Burton ([EMAIL PROTECTED]) http://relativity.yi.org Message to SUN: "Open Source Java!" "For evil to win is for good men to do nothing."
