view dtd/news.dtd @ 0:61e04fc01027

Initial import of the nginx.org website.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 11 Aug 2011 12:19:13 +0000
parents
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;