view dtd/article.dtd @ 238:e33fc8541217

- "proxy_redirect" supports variables in the first parameter, - "proxy_redirect" supports regular expressions, - "proxy_redirect default" doesn't work if "proxy_pass" references variables.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Dec 2011 20:23:07 +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;