comparison dtd/module.dtd @ 758:9155b937f8c1

Allow to create anchors in list items of module-type documents.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Nov 2012 07:13:07 +0000
parents 9015b4a0df44
children aded7086e84f
comparison
equal deleted inserted replaced
757:7b8d659687b8 758:9155b937f8c1
70 type (bullet | enum | tag) #REQUIRED 70 type (bullet | enum | tag) #REQUIRED
71 compact (yes | no) "yes" 71 compact (yes | no) "yes"
72 > 72 >
73 73
74 <!ELEMENT listitem ANY > 74 <!ELEMENT listitem ANY >
75 <!ATTLIST listitem
76 id ID #IMPLIED
77 >
78
75 <!ELEMENT tag-name ANY > 79 <!ELEMENT tag-name ANY >
80 <!ATTLIST tag-name
81 id ID #IMPLIED
82 >
83
76 <!ELEMENT tag-desc ANY > 84 <!ELEMENT tag-desc ANY >
77 85
78 <!ELEMENT literal (#PCDATA | value)* > 86 <!ELEMENT literal (#PCDATA | value)* >
79 87
80 <!ELEMENT note ANY > 88 <!ELEMENT note ANY >