view dtd/news.dtd @ 69:935beaa561b3

- use of $document_root and $realpath_root in "root" is prohibited - "satisfy" can be specified in the "http" and "server" contexts; "satisfy all" behavior is cleared - "sendfile" can be specified in the "if in location" context
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 18:01:18 +0000
parents 61e04fc01027
children 2bf4cd2787c5
line wrap: on
line source

<!ELEMENT  digest       (title, news+) >

<!ELEMENT  news         (para+) >
<!ATTLIST  news         date CDATA #REQUIRED >

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