view dtd/news.dtd @ 5:1ab4bbd98341

Be more chatty about subscription requirements.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 15 Aug 2011 06:24:10 +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;