view dtd/article.dtd @ 116:3be44ae4f3ff

Grammar.
author Maxim Konovalov <maxim@nginx.com>
date Thu, 20 Oct 2011 14:06:35 +0000
parents 2bf4cd2787c5
children 7db449e89e92
line wrap: on
line source

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

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