You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Sreekanth Chintala <Sr...@RulesPower.com> on 2003/07/29 22:51:57 UTC

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

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org