Kyle F. Downey wrote:

>> Is this incompatibility between the two apache projects Tomcat 4 and Xalan 2
>> considered a bug by either project?
>> 
> 
> 
> If you go through the archives, this came up once before, and I think one
> of the developers noted that this will be corrected as soon as Xerces
> supports JAXP 1.1. Then Xalan 2, Tomcat 4/Jasper and Xerces will all be in
> line. So yes, they're aware of it. A matter of time.

it does already doesn't it?  all you have to do is

1. create a services directory in the META-INF directory in the xerces jar

2. add the following single line to the 2 file names listed below:

services/javax.xml.parsers.DocumentBuilderFactory
::::::::::::::
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl


::::::::::::::
services/javax.xml.parsers.SAXParserFactory
::::::::::::::
org.apache.xerces.jaxp.SAXParserFactoryImpl

3.  jar -cvf xerces.jar blagh blagh

not sure why these aren't included in xerces 1.2.3, but they're easy 
enough to add.

cheers,

jason

> regards,
> kd
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to