view dtd/article.dtd @ 67:d98323a15ba4

Documented the nested locations.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 16:56:56 +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;