view dtd/article.dtd @ 561:e6b7931fc9ea

A link to nginx part of The Architecture of Open Source Applications book added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jul 2012 14:17:35 +0000
parents 7db449e89e92
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;