Skip to content
Snippets Groups Projects
Commit 2feb11ab authored by George Bina's avatar George Bina
Browse files

Move the new Saxon schema reader down to allow the Schematron validation to...

Move the new Saxon schema reader down to allow the Schematron validation to work - a quick workaround for issue 136. When issue 136 is fixed we should move it back to the top.
parent 50108b46
Branches
Tags
No related merge requests found
......@@ -33,9 +33,9 @@
</ant>
<compile/>
<service type="com.thaiopensource.validate.SchemaReaderFactory">
<provider classname="com.thaiopensource.validate.schematron.NewSaxonSchemaReaderFactory"/>
<provider classname="com.thaiopensource.validate.schematron.OldSaxonSchemaReaderFactory"/>
<provider classname="com.thaiopensource.validate.schematron.XalanSchemaReaderFactory"/>
<provider classname="com.thaiopensource.validate.schematron.SchematronSchemaReaderFactory"/>
<provider classname="com.thaiopensource.validate.schematron.NewSaxonSchemaReaderFactory"/>
</service>
</module>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment