comparison dtd/content.dtd @ 109:6d801bb6e5ed

Fixed <section> syntax for "article" type documents.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 09:15:04 +0000
parents 3179774f938e
children da8bd4d2290f
comparison
equal deleted inserted replaced
108:72524ae53106 109:6d801bb6e5ed
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 CDATA #IMPLIED 4 name ID #IMPLIED
5 title CDATA #IMPLIED 5 title CDATA #IMPLIED
6 id ID #IMPLIED
7 > 6 >
8 7
9 <!ELEMENT para (#PCDATA | a | link | br | list | orderedlist | note | 8 <!ELEMENT para (#PCDATA | a | link | br | list | orderedlist | note |
10 i | b | nobr | table | url | code | command | 9 i | b | nobr | table | url | code | command |
11 dirname | path | header | value | programlisting | 10 dirname | path | header | value | programlisting |