comparison dtd/module.dtd @ 598:1902d38f0b05

"editor" and "translator" in articles are now output regardless of "author" presence. Modules can now have "translator" as well.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 20 Jul 2012 09:05:10 +0000
parents 05761a8e38f6
children 9015b4a0df44
comparison
equal deleted inserted replaced
597:8659ea8ffbe1 598:1902d38f0b05
8 <!ATTLIST module 8 <!ATTLIST module
9 name CDATA #REQUIRED 9 name CDATA #REQUIRED
10 link CDATA #REQUIRED 10 link CDATA #REQUIRED
11 lang CDATA #REQUIRED 11 lang CDATA #REQUIRED
12 rev CDATA #IMPLIED 12 rev CDATA #IMPLIED
13 translator CDATA #IMPLIED
13 toc (yes | no) "yes" 14 toc (yes | no) "yes"
14 > 15 >
15 16
16 <!ELEMENT section (directive | para)+ > 17 <!ELEMENT section (directive | para)+ >
17 <!ATTLIST section 18 <!ATTLIST section