view dtd/article.dtd @ 18:74438c570949

CHANGES conversion from KOI8-R to UTF-8.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Aug 2011 13:27:52 +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;