view dtd/article.dtd @ 44:0bf5b5e45501

Changing RSS item title to first paragraph of news from news date.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 11:16:40 +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;