lib/asciidoctor/csd/csd.rng in metanorma-csd-1.3.11 vs lib/asciidoctor/csd/csd.rng in metanorma-csd-1.3.12
- old
+ new
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+<grammar ns="https://www.metanorma.com/ns/csd" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<!--
default namespace = "http://riboseinc.com/csd"
Currently we inherit from a namespaced grammar, isostandard. Until we inherit from isodoc,
we cannot have a new default namespace: we will end up with a grammar with two different
namespaces, one for isostandard and one for csd additions. And we do not want that.