bharath s wrote:
hi all,I want to know the proper way to validate an xml against a schema.Im doing this.
Please look at the samples from the source distribution tarball and http://xerces.apache.org/xerces-c/schema.html page. Notice that you have to extend the HandlerBase class for error processing. Good luck ! Vitaly
