I agree about JAXP1.1 I've been using that with tomcat 3.2.x without any problems. I use Xalan and XSLT, so thought it would be nice to have everything running the same parser. David [EMAIL PROTECTED] wrote: > What about using jaxp-1.1 ? You can now build the whole thing from > xml-commons, xml-crimson and xml-xalan. > > Jaxp1.0 is quite old, we should upgrade ( many bugs were fixed ). > > I personally prefer using crimson ( but I can live with xerces1 ) - code > size is the one reason ( I also worked much more with crimson ). Long term > we'll use xerces2 of course. > > Costin > > > > On Tue, 5 Jun 2001, GOMEZ Henri wrote: > >> Just to comment the RPM building : >> >> In my TC 3.3-m3 RPM, I choose to use xerces-j >= 1.2 >> instead of the jaxp 1.1 present on TC 3.3 >> >> I add the RPM dependency and didn't install jaxp.jar >> and parser.jar. At install time the RPM make a link >> to xerces in common lib : >> >> ln -s /usr/share/java/xerces.jar /var/tomcat/lib/common/xerces.jar >> >> Do you (users) agree ? >> >> In TC 3.2.2, I was installing a required jaxp.jar and parser.jar >> but in some case you could just have xerces.jar installed :! >> >> I'll modify the spec and will release an updated RPM ASAP. >> >> - >> Henri Gomez ___[_]____ >> EMAIL : [EMAIL PROTECTED] (. .) >> PGP KEY : 697ECEDD ...oOOo..(_)..oOOo... >> PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >> >> >> >>> -----Original Message----- >>> From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] >>> Sent: Tuesday, June 05, 2001 12:58 PM >>> To: [EMAIL PROTECTED] >>> Subject: RE: RPM of 3.3m3 dependencies >>> >>> >>> xerces> >>> >>>> I try to install on Mandrake 8.0, tomcat-3.3-m3.1.noarch.rpm >>>> and it has >>>> a dependencie on Xerces-j. I found it at xml.apache.org, but >>>> no rpm what DO >>>> you have a solution ? >>>> ps: I then check with tomcat-3.2.2-1.noarch.rpm and >>>> everything works >>>> perfectly. >>> >>> Apache rpms are allways available at : >>> >>> ftp://ftp.falsehope.com/home/gomez/xerces-j/ >>> ftp://ftp.falsehope.com/home/gomez/xalan-j/ >>> ftp://ftp.falsehope.com/home/gomez/tomcat/ >>> >>> Warning if you use also xalan-j 2.1.0 since this >>> one will failed to use xerces.jar if you have jaxp.jar >>> and parser.jar in THE SAME DIRECTORY THAT xalan.jar..... >>> >>> I make a bug report on xalan list :) >>>