comparison dtd/module.dtd @ 108:72524ae53106

Explicitly marked directives with the block syntax. Such directives will have curly braces around their syntax and defaults appear automatically. Other directives will have a semicolon after their syntax and defaults.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 07:47:21 +0000
parents c76a257f3fd4
children 40eec261c2a6
comparison
equal deleted inserted replaced
107:ee725af08951 108:72524ae53106
17 name ID #REQUIRED 17 name ID #REQUIRED
18 appeared-in CDATA #IMPLIED 18 appeared-in CDATA #IMPLIED
19 > 19 >
20 20
21 <!ELEMENT syntax (#PCDATA | argument | code | parameter | value)* > 21 <!ELEMENT syntax (#PCDATA | argument | code | parameter | value)* >
22 <!ATTLIST syntax
23 block (yes | no) "no"
24 >
22 25
23 <!ELEMENT default (#PCDATA)* > 26 <!ELEMENT default (#PCDATA)* >
24 27
25 <!ELEMENT context (#PCDATA)* > 28 <!ELEMENT context (#PCDATA)* >
26 29