diff options
| author | aahz <aahz@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-03-21 15:44:21 +0000 |
|---|---|---|
| committer | aahz <aahz@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-03-21 15:44:21 +0000 |
| commit | e17447558a38a56bdf0fc665dbd1bca765831bb7 (patch) | |
| tree | c04e2fe99f5756a73fa2bee367ba7a5b1297be2e /docs/ref/docutils.dtd | |
| parent | 4fc059506945a34cf95ea1104d6e77ea01628470 (diff) | |
| download | docutils-e17447558a38a56bdf0fc665dbd1bca765831bb7.tar.gz | |
Update to make sections equivalent to documents, except sections
must have title.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@1842 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref/docutils.dtd')
| -rw-r--r-- | docs/ref/docutils.dtd | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/ref/docutils.dtd b/docs/ref/docutils.dtd index 7add492f3..5087d23d7 100644 --- a/docs/ref/docutils.dtd +++ b/docs/ref/docutils.dtd @@ -209,6 +209,11 @@ http://www.oasis-open.org/html/tm9901.htm). <!ELEMENT docinfo (%bibliographic.elements;)+> <!ATTLIST docinfo %basic.atts;> +<!-- Container for bibliographic elements. May not be empty. +Eventual replacement for docinfo? --> +<!ELEMENT info (%bibliographic.elements;)+> +<!ATTLIST info %basic.atts;> + <!ELEMENT author %text.model;> <!ATTLIST author %basic.atts;> @@ -262,7 +267,8 @@ http://www.oasis-open.org/html/tm9901.htm). ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> -<!ELEMENT section (title, %structure.model;)> +<!ELEMENT section + (title, subtitle?, info?, decoration?, %structure.model;)> <!ATTLIST section %basic.atts;> <!ELEMENT topic (title?, (%body.elements;)+)> |
