Bug #581
closedUpdate Xalan.jar file to current version
0%
Description
Matt updated Xerces.jar file. We need to update Xalan too and to make them
compatible.
Updated by Jing Tao about 22 years ago
Xalan.jar was updated to 2.4.0 and lots of files were revised too. Currently,
morpho workes well in Java 1.4, but not in Java 1.3. This is because a method
named selectNodeList in XPathAPI will throw
javax.xml.transform.TransformerException (old version would throw
SAXException). It seemed this Exception class didn't be defined in Java 1.3.
Probably, we can put another jar file which contains this class to fix the
problem.
Updated by Jing Tao about 22 years ago
I put xercesImpl.jar and xml-apis.jar whcih are shipped with xalan 2.4.0. into
morpho lib too. From documentation (xalan_j_2_4_0/docs/readme.html), the
xerces version is 2.1.0. The old jar file - xmlParserAPIs.jar was deleted.
Now Xalan, Xerces and xml-apis are compatable and work well in morpho for both
java 1.3 and 1.4. (The missed class described above now can be found in
xml-apis.jar).