Project

General

Profile

Actions

Bug #581

closed

Update Xalan.jar file to current version

Added by Jing Tao over 21 years ago. Updated over 21 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
morpho - general
Target version:
Start date:
09/03/2002
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
581

Description

Matt updated Xerces.jar file. We need to update Xalan too and to make them
compatible.

Actions #1

Updated by Jing Tao over 21 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.

Actions #2

Updated by Jing Tao over 21 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).

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 581

Actions

Also available in: Atom PDF