Re: Well formedness Validation not proper in EXPAT
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
On 15 Feb, [email protected] wrote: > There was a typo in the example. It looks something like this > > <doc>>>> > <name1>devyani</name1>>>> > <name2>raj</name2> > </doc> > > My question is how can I catch such a problem since in my knowledge > EXPAT does not treat it as a WELL formed ness error but XERCES does. What I see is perfect well-formed XML. Which well-formedness error do you see, in your example? What error msg does Xerces gives you? If Xerces in fact doesn't parse your example XML, then that is a Xerces bug. rolf