view dtd/article.dtd @ 878:3a374868c798

Memcached: corrected description of "memcached_gzip_flag". Reported by Weibin Yao.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 01 Apr 2013 12:27:47 +0400
parents 05761a8e38f6
children
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!ELEMENT  article      (section+) >
<!ATTLIST  article
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
           rev          CDATA #IMPLIED
           author       CDATA #IMPLIED
           editor       CDATA #IMPLIED
           translator   CDATA #IMPLIED
           toc          (yes | no) "yes"
>

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