File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
src/main/java/com/ctc/wstx/msv Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,9 @@ Ioan Marcu (ioanmarcu@github)
9
9
* Reported #74, suggested fix: Infinite loop in BijectiveNsMap#addGeneratedMapping
10
10
when ctxt.getNamespaceURI(prefix) returns an empty String
11
11
(5.2.1)
12
+
13
+ Colm O hEigeartaigh (coheigea@github)
14
+
15
+ * Reported #105, contributed fix: W3CSchemaFactory constructor incorrectly references
16
+ relaxng
17
+ (5.3.1)
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Project: woodstox
8
8
9
9
#78: Shade MSV dependency
10
10
11
+ 5.3.1 (not yet released)
12
+
13
+ #105: W3CSchemaFactory constructor incorrectly references relaxng
14
+
11
15
5.3.0 (15-Jul-2019)
12
16
13
17
#58: Reading comment comments after Root Element closed sometimes throws `NullPointerException`
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class W3CSchemaFactory
47
47
48
48
public W3CSchemaFactory ()
49
49
{
50
- super (XMLValidationSchema .SCHEMA_ID_RELAXNG );
50
+ super (XMLValidationSchema .SCHEMA_ID_W3C_SCHEMA );
51
51
}
52
52
53
53
/*
You can’t perform that action at this time.
0 commit comments