RE: TomCat's XML parser

2002-02-20 Thread Arnaud Heritier
Users List Objet:RE: TomCat's XML parser Tomcat 4.0.2 final release has included the xerces.jar (xerces 1, I think). This version does include a SAX parser. And AFAIK, you could copy your own xml parser (.jar) in your CATALINA_HOME/common/lib folder. Remember to remove xerces.jar when

RE: TomCat's XML parser

2002-02-19 Thread Kapasi, Mehjabin
Users List (E-mail) Subject: TomCat's XML parser All, I'm in the process of setting up a (Unix) system ready for a servlet. I'm told by the person who wrote the servlet that it needs a XML parser. He recommends Xerces and (apparently) I'll also need SAX. I know that TomCat uses Xerces but which

RE: TomCat's XML parser

2002-02-19 Thread John Wadkin
: TomCat's XML parser Hi, I have the same issue. I would like to use another parser instead of Xerces. Did you get a reply to this question? If yes, could you let me know? thank you -Mehjabin -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: TomCat's XML parser

2002-02-19 Thread Mark
in a previous post :) Would be great if someone would reply... John -Original Message- From: Kapasi, Mehjabin [mailto:[EMAIL PROTECTED]] Sent: 19 February 2002 20:27 To: 'Tomcat Users List' Subject: RE: TomCat's XML parser Hi, I have the same issue. I would like to use another parser

TomCat's XML parser

2002-02-18 Thread John Wadkin
All, I'm in the process of setting up a (Unix) system ready for a servlet. I'm told by the person who wrote the servlet that it needs a XML parser. He recommends Xerces and (apparently) I'll also need SAX. I know that TomCat uses Xerces but which version? And does that include SAX? If so, which