view dtd/news.dtd @ 14:22b3cd717e55

Articles order changed.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 25 Aug 2011 19:32:00 +0000
parents 61e04fc01027
children 2bf4cd2787c5
line wrap: on
line source

<!ELEMENT  digest       (title, news+) >

<!ELEMENT  news         (para+) >
<!ATTLIST  news         date CDATA #REQUIRED >

<!ENTITY % content      SYSTEM  "content.dtd" >
          %content;