view dtd/versions.dtd @ 110:40eec261c2a6

Added proper support for anonymous sections, notably for the summary. Changed DTD to always require section IDs.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 20 Oct 2011 09:19:41 +0000
parents 2bf4cd2787c5
children be54c443235a
line wrap: on
line source

<!ELEMENT  versions     (development | stable | legacy_stable)* >

<!ELEMENT  development  (#PCDATA) >
<!ELEMENT  stable       (#PCDATA) >
<!ELEMENT  legacy_stable  (#PCDATA) >