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
- 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
> 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
- 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
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