view dtd/news.dtd @ 100:233f9c8c23e5

Missing changes necessary to properly support site modifications by staff group members, as was planned in r41.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 18 Oct 2011 09:11:34 +0000
parents 2bf4cd2787c5
children 7db449e89e92
line wrap: on
line source

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

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

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