view dtd/article.dtd @ 45:1b817ada6ea3

Fixing the previous commit.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 11:35:23 +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;