aboutsummaryrefslogtreecommitdiff
path: root/CommonMark.dtd
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-11-07 12:13:06 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-07 12:13:06 +0100
commitf06712a45edc385e59617aa455570d8bb2acb6d9 (patch)
tree57d21283c8021a38d741bcf6a1d60d9cf6e00282 /CommonMark.dtd
parent13d656c8e6a26a120b8e5af01e300b232c302a37 (diff)
CommonMark.dtd: rename root element document -> CommonMark.
Root element must match filename of the DTD, according to the XML spec. See https://talk.commonmark.org/t/the-ast-output-from-dingus-is-invalid-xml-according-to-xmllint/2284
Diffstat (limited to 'CommonMark.dtd')
-rw-r--r--CommonMark.dtd4
1 files changed, 2 insertions, 2 deletions
diff --git a/CommonMark.dtd b/CommonMark.dtd
index 68d0612..33698bd 100644
--- a/CommonMark.dtd
+++ b/CommonMark.dtd
@@ -5,8 +5,8 @@
<!ENTITY % inline
'text|softbreak|linebreak|code|emph|strong|link|image|html_inline|custom_inline'>
-<!ELEMENT document (%block;)*>
-<!ATTLIST document
+<!ELEMENT CommonMark (%block;)*>
+<!ATTLIST CommonMark
xmlns CDATA #FIXED "http://commonmark.org/xml/1.0">
<!-- block elements -->