view dtd/article.dtd @ 47:0b218409e2e7

Merged targets for creating past years news.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 06:54:08 +0000
parents 61e04fc01027
children 2bf4cd2787c5
line wrap: on
line source

<!ELEMENT  digest       (title, article+) >

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

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