comparison dtd/article.dtd @ 588:23b4435dd0f3

Added revision attribute to "article" and "module".
author Ruslan Ermilov <ru@nginx.com>
date Tue, 17 Jul 2012 04:59:01 +0000
parents be54c443235a
children 05761a8e38f6
comparison
equal deleted inserted replaced
587:5bb7716cae7e 588:23b4435dd0f3
6 <!ELEMENT article (section+) > 6 <!ELEMENT article (section+) >
7 <!ATTLIST article 7 <!ATTLIST article
8 name CDATA #REQUIRED 8 name CDATA #REQUIRED
9 link CDATA #REQUIRED 9 link CDATA #REQUIRED
10 lang CDATA #REQUIRED 10 lang CDATA #REQUIRED
11 rev CDATA #IMPLIED
11 author CDATA #IMPLIED 12 author CDATA #IMPLIED
12 editor CDATA #IMPLIED 13 editor CDATA #IMPLIED
13 translator CDATA #IMPLIED 14 translator CDATA #IMPLIED
14 > 15 >
15 16