view dtd/news.dtd @ 17:1fc034261cf4

Refactoring r16: "initial" should be property of text but not of paragraph.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Aug 2011 04:47:48 +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;