view dtd/news.dtd @ 21:a6e1763d5590

nginx-1.1.2
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Sep 2011 13:17:07 +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;