comparison dtd/module.dtd @ 76:4a4caa566120

Russian documentation import. Changes in module.dtd: <example> now allowed to contain <value> and <emphasis> elements (we need this to show important parts in examples), less strict checking of <directive> syntax (we don't want to fully document some directives, notably deprecated ones). Known issues: 1. <syntax> elements are preserved as is, they will require manual conversion (likely to some not-yet-existed format a la DocBook cmdsynopsis, as currently used one seems to be incomplete); 2. <value> no longer corresponds to replaceable content, and it's use in examples isn't correct; 3. <link doc="document#fragment"> doesn't work with current xslt, either should be supported or changed to <link doc="document" id="fragment">. The following files are intentionally omitted: maillists.xml (support.xml should be used instead), experimental.xml (obsolete), faq.xml (conflicts with existing one, needs discussion). Not yet linked to site.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Oct 2011 12:57:50 +0000
parents 8213f3f1c93d
children b8fd014ec712
comparison
equal deleted inserted replaced
75:2bf4cd2787c5 76:4a4caa566120
10 <!ATTLIST section 10 <!ATTLIST section
11 name CDATA #REQUIRED 11 name CDATA #REQUIRED
12 id ID #IMPLIED 12 id ID #IMPLIED
13 > 13 >
14 14
15 <!ELEMENT directive (syntax+, default, context+, para+) > 15 <!ELEMENT directive (syntax+, default?, context*, para+) >
16 <!ATTLIST directive 16 <!ATTLIST directive
17 name ID #REQUIRED 17 name ID #REQUIRED
18 appeared-in CDATA #IMPLIED 18 appeared-in CDATA #IMPLIED
19 > 19 >
20 20
38 38
39 <!ELEMENT command (#PCDATA)* > 39 <!ELEMENT command (#PCDATA)* >
40 40
41 <!ELEMENT dq ANY > 41 <!ELEMENT dq ANY >
42 42
43 <!ELEMENT emphasis (#PCDATA)* > 43 <!ELEMENT emphasis (#PCDATA | value)* >
44 44
45 <!ELEMENT example (#PCDATA)* > 45 <!ELEMENT example (#PCDATA | value | emphasis)* >
46 46
47 <!ELEMENT header (#PCDATA | argument)* > 47 <!ELEMENT header (#PCDATA | argument)* >
48 48
49 <!ELEMENT http-status EMPTY > 49 <!ELEMENT http-status EMPTY >
50 <!ATTLIST http-status 50 <!ATTLIST http-status