view dtd/news.dtd @ 48:28acb1a609cb

The "xslt" directory is now created on demand.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 03 Oct 2011 07:12:34 +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;