Make default schema factory the one that exists in Xerces CVS.

git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226224 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mrglavas 2005-06-04 03:50:04 +00:00
parent 9a2f84485a
commit 378334a0a8

View File

@ -241,9 +241,9 @@ class SchemaFactoryFinder {
} }
// platform default // platform default
if(schemaLanguage.equals("http://www.w3.org/2001/XMLSchema")) { if (schemaLanguage.equals("http://www.w3.org/2001/XMLSchema")) {
debugPrintln("attempting to use the platform default XML Schema validator"); debugPrintln("attempting to use the platform default XML Schema validator");
return createInstance("org.apache.xerces.jaxp.validation.xs.SchemaFactoryImpl"); return createInstance("org.apache.xerces.jaxp.validation.XMLSchemaFactory");
} }
debugPrintln("all things were tried, but none was found. bailing out."); debugPrintln("all things were tried, but none was found. bailing out.");