Hi, I parse xml data defined after a XML Schema. As this Schema is not available via URI, I tried to use an entity resolver, but did not manage to get it working.
Without the XML Schema the xml validation gives lots of errors about unknown xml tags which are defined in the Schema. Is there a way to validate just against pure XML without paying attention to the XMLSchema? Thanks, Sven
