view dtd/article.dtd @ 123:7db449e89e92

Unified the use of the "name" attribute instead of "title".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:17:16 +0000
parents 2bf4cd2787c5
children be54c443235a
line wrap: on
line source

<!ELEMENT  article      (section+) >
<!ATTLIST  article
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
           author       CDATA #IMPLIED
           editor       CDATA #IMPLIED
           translator   CDATA #IMPLIED
>

<!ENTITY % content      SYSTEM  "content.dtd" >
          %content;