• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SAX XSD Validation. Error callback is called twice.

 
Ranch Hand
Posts: 426
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic