Re: DOM validation

2000-03-16 Thread Eric SCHAEFFER
From: Andy Clark <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 16, 2000 3:47 AM Subject: Re: DOM validation > Eric SCHAEFFER wrote: > > And that's the problem : Xerces tells me the document is valid ! > > Did you register an ErrorHandler in ord

Re: DOM validation

2000-03-16 Thread Andy Clark
Eric SCHAEFFER wrote: > And that's the problem : Xerces tells me the document is valid ! Did you register an ErrorHandler in order to "see" the errors? -- Andy Clark * IBM, JTC - Silicon Valley * [EMAIL PROTECTED]

Re: DOM validation

2000-03-15 Thread Chris Gokey
I believe I saw something in recent archives about the RevalidatingDOMParser is broken and will stay broken until the XML Schema is implemented. Chris Eric SCHAEFFER wrote: > > Hi, > > I use Xerces J 1.0.2 and try to validate a document with a DTD : > > DTD : > > > > > name CDATA #REQUIR

Re: DOM validation

2000-03-15 Thread Eric SCHAEFFER
- Original Message - From: Jeff Lewis <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 15, 2000 6:58 PM Subject: RE: DOM validation > According to your dtd, 'territoire' is '#REQUIRED' to have an attribute > 'name'... &

RE: DOM validation

2000-03-15 Thread Jeff Lewis
According to your dtd, 'territoire' is '#REQUIRED' to have an attribute 'name'... -Original Message- From: Eric SCHAEFFER [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 15, 2000 10:56 AM To: [EMAIL PROTECTED] Subject: DOM validation Hi, I use Xerces

DOM validation

2000-03-15 Thread Eric SCHAEFFER
Hi, I use Xerces J 1.0.2 and try to validate a document with a DTD : DTD : XML document : http://localhost/dtd/territoire_posterscan.dtd";> The document seems to be valid (???). I tried the DOMparser and RevalidatingDOMParser Eric. ___ Eric

Re: DOM Validation

2000-01-21 Thread Ted Leung
PROTECTED]> Sent: Friday, January 21, 2000 7:02 AM Subject: DOM Validation > The FAQ doesn't answer my question... > > Given that I have built a DOM tree, is there a facility > in Xerces-[CJ] (or any s/w for that matter) that will then > validate the document contained in

Re: DOM Validation

2000-01-20 Thread roddey
xceptions than rules. Dean Roddey Software Weenie IBM Center for Java Technology - Silicon Valley [EMAIL PROTECTED] Steve Ball <[EMAIL PROTECTED]>@zveno.com on 01/21/2000 07:02:42 AM Please respond to [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] To: [EMAIL PR

Re: DOM Validation

2000-01-20 Thread Pierpaolo Fumagalli
Steve Ball wrote: > > Given that I have built a DOM tree, is there a facility > in Xerces-[CJ] (or any s/w for that matter) that will then > validate the document contained in that DOM tree? > That is, without having to re-parse the source document, > walk the tree and perform validation. To my k

DOM Validation

2000-01-20 Thread Steve Ball
The FAQ doesn't answer my question... Given that I have built a DOM tree, is there a facility in Xerces-[CJ] (or any s/w for that matter) that will then validate the document contained in that DOM tree? That is, without having to re-parse the source document, walk the tree and perform validation.