view dtd/article.dtd @ 56:b706454b2ab8

- About RC4-SHA
author Andrey Alexeev <andrew@nginx.com>
date Mon, 03 Oct 2011 15:54:53 +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;