chapters DTD: fix name of EditionFlagOrdered

This commit is contained in:
Moritz Bunkus 2022-10-08 20:28:54 +02:00
parent a2977b6fe3
commit 7e1b3faf7a
No known key found for this signature in database
GPG Key ID: 74AF00ADF2E32C85
2 changed files with 4 additions and 2 deletions

View File

@ -7,6 +7,8 @@
it if it's missing from the XML file.
* Chapters DTD: fixed the `example-chapters-1.xml` not validating against the
DTD.
* Chapters DTD: corrected the old name `EditionManaged` to
`EditionFlagOrdered`.
* XML DTDs: fixed elements representing binary data not allowing the `format`
attribute.

View File

@ -3,14 +3,14 @@
<!ELEMENT EditionEntry (
EditionUID?,
EditionFlagHidden?,
EditionManaged?,
EditionFlagOrdered?,
EditionFlagDefault?,
EditionDisplay*,
ChapterAtom*)>
<!ELEMENT EditionUID (#PCDATA)>
<!ELEMENT EditionFlagHidden (#PCDATA)>
<!ELEMENT EditionManaged (#PCDATA)>
<!ELEMENT EditionFlagOrdered (#PCDATA)>
<!ELEMENT EditionFlagDefault (#PCDATA)>
<!ELEMENT EditionString (#PCDATA)>
<!ELEMENT EditionLanguageIETF (#PCDATA)>