view dtd/news.dtd @ 130:3052a722a1a4

link to subversion repository and linux packages repository description added
author Sergey Budnevitch <sb@waeme.net>
date Fri, 21 Oct 2011 14:13:38 +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;