Re: [xml-dev] I am going crazy!!

From
Rob Lugt <>
To
Rajesh AVRS <>,
Date
2002-01-22T10:32:00
ID
<08e901c1a330$06946230$0400a8c0@scott>
Thread
Re: [xml-dev] I am going crazy!!
From: "Rajesh AVRS" <>
>
> I have written a Java application which simply parses the given XML file.
> But now I want to turn the validation ON, so that it will validate the XML
>...
> But even when I define an element which is not specified in the DTD it is
> parsing the XML file without any errors.  I am going crazy.  Please help
me
> out.

Hi Rajesh,

Have you registered an ErrorHandler?  If not, your application will not get
to see validity errors.

Regards
~Rob