Schema Validation does not work 2003-07-29 - By Sreekanth Chintala
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@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|