view dtd/article.dtd @ 49:d6fd8dcbe758

Removed the "dirs" target that doesn't seem to do anything necessary.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 07:23:17 +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;