Skip to content

Commit

Permalink
Remove validation for #242
Browse files Browse the repository at this point in the history
  • Loading branch information
mksplg committed Nov 6, 2014
1 parent 9ae4739 commit 0125d92
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ protected void initialise(InputStream t2flow) throws TavernaParserException {
parser.setProperty(ValidatingParserFactory.JAXP_SCHEMA_SOURCE, ProjectImporter.TAVERNA_SCHEMA_URI);

SAXReader reader = new SAXReader(parser.getXMLReader());
reader.setValidation(true);
reader.setValidation(false);

SchemaResolver schemaResolver = new SchemaResolver();
schemaResolver.addSchemaLocation(ProjectImporter.TAVERNA_SCHEMA_URI, SCHEMA_LOCATION
Expand Down

0 comments on commit 0125d92

Please sign in to comment.