comparison dtd/versions.dtd @ 1010:649420cb8021

Fixed DTDs. The "i18n/text/item" element may contain arbitrary elements, allowed in the DTD of a document that includes i18n.xml. Completed renaming of "development" to "mainline".
author Vladimir Homutov <vl@nginx.com>
date Mon, 11 Nov 2013 11:56:10 +0400
parents b2b10d564893
children 68e8c8dc9489
comparison
equal deleted inserted replaced
1009:135920b5c61d 1010:649420cb8021
4 4
5 <!ELEMENT versions (download+) > 5 <!ELEMENT versions (download+) >
6 6
7 <!ELEMENT download (item+) > 7 <!ELEMENT download (item+) >
8 <!ATTLIST download 8 <!ATTLIST download
9 tag (development | stable | legacy) #REQUIRED 9 tag (mainline | stable | legacy) #REQUIRED
10 changes CDATA #REQUIRED 10 changes CDATA #REQUIRED
11 > 11 >
12 12
13 <!ELEMENT item EMPTY > 13 <!ELEMENT item EMPTY >
14 <!ATTLIST item 14 <!ATTLIST item