Hi,
I want to be able to write a XML parser which validates xml documents against some local store of XML Schemas. If the XML document does not point to a schema or the local store does not contain the schema pointed to, it should be handled as an error.
To do this I need some handler/callback to do the work, but still I want to use the regular schema validator if the XML document points to a schema in the local store.
I have read about the EntityResolver, is this the way to do this? Is there any other way?
Code examples would be appreciated.
Thanks!
/Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
