File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes SAX XSD Validation.  Error callback is called twice. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "SAX XSD Validation.  Error callback is called twice." Watch "SAX XSD Validation.  Error callback is called twice." New topic
Author

SAX XSD Validation. Error callback is called twice.

Mark Reyes
Ranch Hand

Joined: Jul 09, 2007
Posts: 426
Hi All,

I have some doubt regarding schema validation using SAX parser. Please take a look at my code.





When I run below code using eclipse, I am getting below output.



I intentionally add another tag which is not allowed in the schema. But my concern is that the first line of error says that it cannot find my xsd file.
But on the second error callback, it was able to point out the correct error.

Is this normal or something is wrong with my code? Thanks.


Sean Clark ---> I love this place!!!
Me ------> I definitely love this place!!!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: SAX XSD Validation. Error callback is called twice.
 
Similar Threads
Validating XML aginst XSD
schema validator
Validating an Instance Document
XML Parsing and Validation with SAX parser shoots CPU to 100% utilization
schema validator