Re: parser help

2003-05-28 Thread K. Venugopal
Hi , Refer to following specs . http://www.w3.org/TR/DOM-Level-3-Val/validation.html http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/core.html Regards venu Utsav Boobna wrote: Hi, Given a DOM tree I would like to check the validity of the subtree of a given node, by the parser. One w

Re: parser help

2003-05-27 Thread Jeff Greif
aining your modifications once Xerces provided the functionality. Jeff - Original Message - From: "Utsav Boobna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 5:46 AM Subject: parser help > Hi, > Given a DOM tree I would like to c

Re: parser help

2003-05-27 Thread Anthony Rabaa
Utsav Boobna wrote: Hi, Given a DOM tree I would like to check the validity of the subtree of a given node, by the parser. One way which I can think of is to write the XML document corresponding to it and then parse it. will it work? is there some better and effective way of doing i

parser help

2003-05-27 Thread Utsav Boobna
Hi, Given a DOM tree I would like to check the validity of the subtree of a given node, by the parser. One way which I can think of is to write the XML document corresponding to it and then parse it. will it work? is there some better and effective way of doing it ? also, at some stage