[TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread Hans Schmid
Hi, as far as I understand, there are problems in Tomcat 5 with the XML Schema validation. A hack in Tomcat plus Xerces 2.0.1 are currentzly in the build system. Has anyone tried the new Xerces release 2.1.0 yet ? If 2.1.0 fixes the XML Schema problems it might be worth including it in

RE: [TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread David Oxley
in it. Dave. -Original Message- From: Hans Schmid [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 13:37 To: Tomcat-Dev Subject: [TC 5] XMLSchema validation and Xerces 2.1.0 Hi, as far as I understand, there are problems in Tomcat 5 with the XML Schema validation. A hack in Tomcat

Re: [TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread Jean-Francois Arcand
Hans Schmid wrote: Hi, as far as I understand, there are problems in Tomcat 5 with the XML Schema validation. A hack in Tomcat plus Xerces 2.0.1 are currentzly in the build system. Has anyone tried the new Xerces release 2.1.0 yet ? Yes, I have done some tesing and it works fine. It the

Re: [TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread Remy Maucherat
Jean-Francois Arcand wrote: Hans Schmid wrote: Hi, as far as I understand, there are problems in Tomcat 5 with the XML Schema validation. A hack in Tomcat plus Xerces 2.0.1 are currentzly in the build system. Has anyone tried the new Xerces release 2.1.0 yet ? Yes, I have done

Re: [TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread Jean-Francois Arcand
org.apache.crimson. stuff in it. By default, Crimson is used, but the Xerces files are available. -- Jeanfrancois Dave. -Original Message- From: Hans Schmid [mailto:[EMAIL PROTECTED]] Sent: 04 September 2002 13:37 To: Tomcat-Dev Subject: [TC 5] XMLSchema validation and Xerces 2.1.0 Hi

Re: [TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread Jean-Francois Arcand
Remy Maucherat wrote: Jean-Francois Arcand wrote: Hans Schmid wrote: Hi, as far as I understand, there are problems in Tomcat 5 with the XML Schema validation. A hack in Tomcat plus Xerces 2.0.1 are currentzly in the build system. Has anyone tried the new Xerces release 2.1.0

Re: [TC 5] XMLSchema validation and Xerces 2.1.0

2002-09-04 Thread Remy Maucherat
David Oxley wrote: Also, you probably ought to include the XML parser (Xerces 2.1.0) with the LE edition of TC5 (If it does fix it). I plan to propose to get rid of the LE edition with 5.0.x. The idea would be that: - we bundle a parser, since not even the one included in JDK 1.4 would work -