comparison dtd/content.dtd @ 121:49443032011c

Unified <section> syntax for "article" and "module" documents.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 20:27:51 +0000
parents da8bd4d2290f
children 7db449e89e92
comparison
equal deleted inserted replaced
120:da8bd4d2290f 121:49443032011c
1 <!ELEMENT section (para | list | book | download | security | note | 1 <!ELEMENT section (para | list | book | download | security | note |
2 programlisting)* > 2 programlisting)* >
3 <!ATTLIST section 3 <!ATTLIST section
4 name ID #IMPLIED 4 id ID #IMPLIED
5 title CDATA #IMPLIED 5 name CDATA #IMPLIED
6 > 6 >
7 7
8 <!ELEMENT para (#PCDATA | a | link | br | list | orderedlist | note | 8 <!ELEMENT para (#PCDATA | a | link | br | list | orderedlist | note |
9 i | b | nobr | table | url | code | command | 9 i | b | nobr | table | url | code | command |
10 dirname | path | header | value | programlisting | 10 dirname | path | header | value | programlisting |