comparison dtd/module.dtd @ 631:9015b4a0df44

All directives have configuration context; require that.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 15 Aug 2012 08:16:59 +0000
parents 1902d38f0b05
children 9155b937f8c1
comparison
equal deleted inserted replaced
630:a235ce0f8eef 631:9015b4a0df44
18 <!ATTLIST section 18 <!ATTLIST section
19 id ID #REQUIRED 19 id ID #REQUIRED
20 name CDATA #IMPLIED 20 name CDATA #IMPLIED
21 > 21 >
22 22
23 <!ELEMENT directive (syntax+, default+, context*, appeared-in*, para+) > 23 <!ELEMENT directive (syntax+, default+, context+, appeared-in*, para+) >
24 <!ATTLIST directive 24 <!ATTLIST directive
25 name ID #REQUIRED 25 name ID #REQUIRED
26 > 26 >
27 27
28 <!ELEMENT syntax (#PCDATA | literal | value)* > 28 <!ELEMENT syntax (#PCDATA | literal | value)* >