Title: Schema Validation does not work

Hi,

I am using same code that worked in 2.0.1


reader.setFeature("http://xml.org/sax/features/validation", true);
reader.setFeature("http://apache.org/xml/features/validation/schema", true);
reader.setEntityResolver(schemaEntitiyResolver);

The schemaEntitiyResolver.resolveEntity returns the schema path and did validate in xerces2.0.1

-Sree


Reply via email to