view dtd/news.dtd @ 561:e6b7931fc9ea

A link to nginx part of The Architecture of Open Source Applications book added.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jul 2012 14:17:35 +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;