You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ Optionally, the following parameters can be set in the `RdfXmlParser` constructo
95
95
*`strict`: If the internal SAX parser should parse XML in strict mode, and error if it is invalid. _(Default: `false`)_
96
96
*`trackPosition`: If the internal position (line, column) should be tracked an emitted in error messages. _(Default: `false`)_
97
97
*`allowDuplicateRdfIds`: By default [multiple occurrences of the same `rdf:ID` value are not allowed](https://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-ID-xml-base). By setting this option to `true`, this uniqueness check can be disabled. _(Default: `false`)_
98
+
*`validateUri`: By default, the parser validates each URI. _(Default: `true`)_
0 commit comments