view dtd/article.dtd @ 23:b26e486dbd3c

Adding link to mp4 module.
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Sep 2011 18:53:41 +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;