view dtd/article.dtd @ 19:ed706d84e29c

nginx-1.0.6
author Igor Sysoev <igor@sysoev.ru>
date Mon, 29 Aug 2011 14:38:04 +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;