RE: xml validation using xml schemas

2001-07-03 Thread Christian_Seifert
Sorry to repost this, but this is really keeping me stuck...anybody has an idea what I am doing wrong or is this actually in face a bug of the BuilderFactory? Thanks Christian -Original Message- From: Seifert, Christian Sent: Monday, June 18, 2001 1:43 PM To: [EMAIL PROTECTED

Re: xml validation using xml schemas

2001-06-20 Thread Edwin Goei
Elena Litani wrote: > > Hi, Christian, > > > > Sorry to repost this, but this is really keeping me stuck...anybody has an > > idea what I am doing wrong or is this actually in face a bug of the > > BuilderFactory? > > It might be a bug.. I am not sure if features are set correctly in > DocumentBu

Re: xml validation using xml schemas

2001-06-19 Thread Edwin Goei
Elena Litani wrote: > > Hi, Christian, > > > > Sorry to repost this, but this is really keeping me stuck...anybody has an > > idea what I am doing wrong or is this actually in face a bug of the > > BuilderFactory? > > It might be a bug.. I am not sure if features are set correctly in > DocumentBu

Re: xml validation using xml schemas

2001-06-19 Thread Elena Litani
Hi, Christian, > > Sorry to repost this, but this is really keeping me stuck...anybody has an > idea what I am doing wrong or is this actually in face a bug of the > BuilderFactory? It might be a bug.. I am not sure if features are set correctly in DocumentBuilder for the parser. To validate sc

RE: xml validation using xml schemas

2001-06-19 Thread Christian_Seifert
Sorry to repost this, but this is really keeping me stuck...anybody has an idea what I am doing wrong or is this actually in face a bug of the BuilderFactory? Thanks Christian -Original Message- From: Seifert, Christian Sent: Monday, June 18, 2001 1:43 PM To: [EMAIL PROTECTED]

RE: xml validation using xml schemas

2001-06-18 Thread Christian_Seifert
No, I have that set up as it works with dtds without a problem. -Original Message- From: Anish Malhotra [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2001 1:42 PM To: '[EMAIL PROTECTED]' Subject: RE: xml validation using xml schemas You need to set the error

RE: xml validation using xml schemas

2001-06-18 Thread Anish Malhotra
You need to set the errorHandler on the document builder in order for the validation to succeed. Enjoy! Anish -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2001 2:43 PM To: [EMAIL PROTECTED] Subject:xml validation using xml