view dtd/article.dtd @ 537:288416af739a

As of 1.3.2, "resolver" can now use all addresses when configured by a domain name, not only the first resolved name.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 18 Jun 2012 13:37:34 +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;