view dtd/news.dtd @ 539:785eff9d1bfa

HP-UX 11.31 / ia64 added to the list of tested platforms.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 18 Jun 2012 15:37:44 +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;