view dtd/article.dtd @ 34:4601da7dc67c

nginx-1.0.7
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 Sep 2011 15:36:08 +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;