view dtd/news.dtd @ 1:b633fc3525eb

- Cleaned up GNUmakefile somewhat. - Added a bunch of svn:ignore properties.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Aug 2011 13:44:35 +0000
parents 61e04fc01027
children 2bf4cd2787c5
line wrap: on
line source

<!ELEMENT  digest       (title, news+) >

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

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