view dtd/news.dtd @ 560:b4e34b473283

A dead link to SunOS patch #118855-14 removed. Anyway, the bug was fixed in Solaris 10 6/06, six years ago and this info is not relevant anymore.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 02 Jul 2012 13:23:16 +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;