Hi, I defined an XML schema for my data and recently added a DOMErrorHandler for my parser. So far so good. The Parser now calls the error handler to report parser errors.
But there are no errors in my xml file. My problem is, how to define the location of the xml schema file? I think the parser does not find the xml schema file, because its path is not provided in the xml file. Also if the xml schema is found, I think the parser also needs the XMLSchem.xsd file for parsing. But as there is not internet connection on the target host, it can not be loaded from the internet. Can someone explain, where to place the schema files and how to load it into the parser? Thanks, Sven
