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:
parent
9a2f84485a
commit
378334a0a8
@ -243,7 +243,7 @@ class SchemaFactoryFinder {
|
||||
// platform default
|
||||
if (schemaLanguage.equals("http://www.w3.org/2001/XMLSchema")) {
|
||||
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.");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user