view dtd/news.dtd @ 54:59969aeeeebc

Slight markup fixing.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 12:02:47 +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;