While comparing the CommonMark.dtd schema with the XML output produced by cmark, I noticed a couple of mismatches. It's unclear whether the DTD or the implementation should be updated, but these differences may cause validation issues.
delim attribute of list element: DTD uses delimiter while the implementation emits delim
xml:space attribute of text element: no attributes defined in DTD while the implementation emits xml:space
There is an exisiting pull request related to the DTD at #541, but these specific discrepancies may not be covered there.
Thank you.
While comparing the
CommonMark.dtdschema with the XML output produced bycmark, I noticed a couple of mismatches. It's unclear whether the DTD or the implementation should be updated, but these differences may cause validation issues.delimattribute oflistelement: DTD usesdelimiterwhile the implementation emitsdelimxml:spaceattribute oftextelement: no attributes defined in DTD while the implementation emitsxml:spaceThere is an exisiting pull request related to the DTD at #541, but these specific discrepancies may not be covered there.
Thank you.