mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-21 18:45:49 +00:00
chapters DTD: fix required ChapterLanguage & ChapLanguageIETF missing
This commit is contained in:
parent
944454a7fa
commit
f8a87eea1f
2
NEWS.md
2
NEWS.md
@ -9,6 +9,8 @@
|
||||
DTD.
|
||||
* Chapters DTD: corrected the old name `EditionManaged` to
|
||||
`EditionFlagOrdered`.
|
||||
* Chapters DTD: fixed `ChapLanguageIETF` missing its element declaration &
|
||||
`ChapterLanguage` being required.
|
||||
* XML DTDs: fixed elements representing binary data not allowing the `format`
|
||||
attribute.
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
<ChapterTimeStart>00:01:00.000</ChapterTimeStart>
|
||||
<ChapterDisplay>
|
||||
<ChapterString>Act 1</ChapterString>
|
||||
<ChapterLanguage>eng</ChapterLanguage>
|
||||
<ChapLanguageIETF>en</ChapLanguageIETF>
|
||||
</ChapterDisplay>
|
||||
<ChapterSkipType>0</ChapterSkipType>
|
||||
</ChapterAtom>
|
||||
@ -38,7 +38,7 @@
|
||||
<ChapterTimeStart>00:05:30.000</ChapterTimeStart>
|
||||
<ChapterDisplay>
|
||||
<ChapterString>Act 2</ChapterString>
|
||||
<ChapterLanguage>eng</ChapterLanguage>
|
||||
<ChapLanguageIETF>en</ChapLanguageIETF>
|
||||
</ChapterDisplay>
|
||||
<ChapterSkipType>0</ChapterSkipType>
|
||||
</ChapterAtom>
|
||||
@ -47,7 +47,7 @@
|
||||
<ChapterTimeEnd>00:12:55.000</ChapterTimeEnd>
|
||||
<ChapterDisplay>
|
||||
<ChapterString>Credits</ChapterString>
|
||||
<ChapterLanguage>eng</ChapterLanguage>
|
||||
<ChapLanguageIETF>en</ChapLanguageIETF>
|
||||
</ChapterDisplay>
|
||||
<ChapterSkipType>2</ChapterSkipType>
|
||||
</ChapterAtom>
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
<!ELEMENT ChapterDisplay (
|
||||
ChapterString,
|
||||
ChapterLanguage+,
|
||||
ChapterLanguage*,
|
||||
ChapLanguageIETF*,
|
||||
ChapterCountry*)>
|
||||
|
||||
@ -73,4 +73,5 @@
|
||||
|
||||
<!ELEMENT ChapterString (#PCDATA)>
|
||||
<!ELEMENT ChapterLanguage (#PCDATA)>
|
||||
<!ELEMENT ChapLanguageIETF (#PCDATA)>
|
||||
<!ELEMENT ChapterCountry (#PCDATA)>
|
||||
|
Loading…
Reference in New Issue
Block a user