comparison dtd/module.dtd @ 22:9d3403f5204d

nginx-1.1.3, ngx_http_mp4_module
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Sep 2011 15:05:04 +0000
parents
children 8213f3f1c93d
comparison
equal deleted inserted replaced
21:a6e1763d5590 22:9d3403f5204d
1 <!ELEMENT digest (title, article+) >
2
3 <!ELEMENT module (para+) >
4 <!ATTLIST module date CDATA #REQUIRED >
5
6 <!ENTITY % content SYSTEM "content.dtd" >
7 %content;