view dtd/news.dtd @ 290:15f81ed48a43

Documented regex captures in the "if" SSI command.
author Valentin Bartenev <vbart@nginx.com>
date Wed, 28 Dec 2011 13:27:29 +0000
parents 7db449e89e92
children be54c443235a
line wrap: on
line source

<!ELEMENT  news         (event+) >
<!ATTLIST  news
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>

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

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