Support for pre-jaxp1.3 xml-apis.jar
------------------------------------
Key: XALANJ-2158
URL: http://issues.apache.org/jira/browse/XALANJ-2158
Project: XalanJ2
Type: Bug
Components: JAXP
Versions: CurrentCVS
Reporter: Morris Kwan
Assigned to: Morris Kwan
There is a requirement to allow the new xalan.jar to be used with an old
xml-apis.jar
which does not contain some of the newer interfaces in JAXP 1.3. We need to
protect a few class and method accesses with exception catching blocks and let
the
Xalan processor behave gracefully when an exception is raised.
Classes and methods to protect:
1. javax.xml.XMLConstants
2. javax.xml.transform.TransformerFactory.setFeature()
3. javax.xml.transform.dom.DOMResult.getNextSibling()
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]