Re: DOMParser does not report errors for XML that are not well-formed

2001-06-19 Thread Tinny Ng
hat is, it does not throw an > XMLException . is this expected? > -Jeetu > > > -Original Message- > > From: Peter A. Volchek [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, June 19, 2001 10:19 AM > > To: [EMAIL PROTECTED] > > Subject: Re: DO

Re: DOMParser does not report errors for XML that are not well-formed

2001-06-19 Thread Peter A. Volchek
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 8:27 PM Subject: RE: DOMParser does not report errors for XML that are not well-formed > Peter, > You could also try this out with the MemParse sample code that come

RE: DOMParser does not report errors for XML that are not well-formed

2001-06-19 Thread jeetu . gulati
> are not well-formed > > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 19, 2001 7:31 PM > Subject: DOMParser does not report errors for XML that are > not well-formed > > > > I am us

Re: DOMParser does not report errors for XML that are not well-formed

2001-06-19 Thread Peter A. Volchek
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 7:31 PM Subject: DOMParser does not report errors for XML that are not well-formed > I am using a DOMParser instance to load XML from a string or a file to a DOM > by

DOMParser does not report errors for XML that are not well-formed

2001-06-19 Thread jeetu . gulati
I am using a DOMParser instance to load XML from a string or a file to a DOM by calling the parse(InputSource...) method on the string. When the XML string is not well-formed, I do not get any exceptions (I am catching XMLException while parsing). So I looked at the MemParse sample code which us