view dtd/news.dtd @ 41:425f0b4acecc

Eliminating border around logo. Elimination surplus trailing slash in "http://nginx.org". Style fix, too long line.
author Igor Sysoev <igor@sysoev.ru>
date Sun, 02 Oct 2011 04:29:54 +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;