view dtd/article.dtd @ 62:89759c3c6ba2

A link to the recent Netcraft report updated.
author Maxim Konovalov <maxim@nginx.com>
date Fri, 07 Oct 2011 06:33:52 +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;