Skip to content

Commit

Permalink
W3CSchemaFactory constructor incorrectly references relaxng (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed Apr 22, 2020
1 parent 8107993 commit 1f4dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/ctc/wstx/msv/W3CSchemaFactory.java
Expand Up @@ -47,7 +47,7 @@ public class W3CSchemaFactory

public W3CSchemaFactory()
{
super(XMLValidationSchema.SCHEMA_ID_RELAXNG);
super(XMLValidationSchema.SCHEMA_ID_W3C_SCHEMA);
}

/*
Expand Down

0 comments on commit 1f4dadd

Please sign in to comment.