Quick update to the README file. For intros and books we now point to
[python/dscho.git] / Doc / tools / sgmlconv / conversion.xml
blob5443e8f44b6dfb1a1f0e9d63ae74918d67ac8e09
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <conversion>
3   <!-- Miscellaneous. -->
4   <macro name="declaremodule">
5     <attribute name="id" optional="yes"/>
6     <attribute name="type"/>
7     <attribute name="name"/>
8     </macro>
9   <macro name="modulesynopsis">
10     <content/>
11     </macro>
12   <macro name="platform">
13     <content/>
14     </macro>
15   <macro name="deprecated">
16     <attribute name="version"/>
17     <content/>
18     </macro>
19   <macro name="label">
20     <attribute name="id"/>
21     </macro>
22   <macro name="nodename" outputname="label">
23     <attribute name="id"/>
24     </macro>
25   <macro name="localmoduletable"/>
26   <macro name="manpage">
27     <attribute name="name"/>
28     <attribute name="section"/>
29     </macro>
30   <macro name="module">
31     <content/>
32     </macro>
33   <macro name="moduleauthor">
34     <attribute name="name"/>
35     <attribute name="email"/>
36     </macro>
37   <macro name="citetitle">
38     <attribute name="href" optional="yes"/>
39     <content/>
40     </macro>
41   <macro name="rfc">
42     <attribute name="num"/>
43     </macro>
44   <macro name="sectionauthor">
45     <attribute name="name"/>
46     <attribute name="email"/>
47     </macro>
48   <macro name="versionadded">
49     <attribute name="version"/>
50     </macro>
51   <macro name="versionchanged">
52     <attribute name="version"/>
53     </macro>
55   <!-- Module referencing. -->
56   <macro name="refmodule" outputname="module">
57     <attribute name="" optional="yes"/>
58     <attribute name="link">yes</attribute>
59     <content/>
60     </macro>
62   <!-- Information units. -->
63   <!-- C things. -->
64   <environment name="cfuncdesc">
65     <attribute name="type"/>
66     <attribute name="name"/>
67     <child name="args"/>
68     </environment>
69   <environment name="ctypedesc">
70     <attribute name="name"/>
71     </environment>
72   <environment name="cvardesc">
73     <attribute name="type"/>
74     <attribute name="name"/>
75     </environment>
77   <!-- Python things. -->
78   <macro name="optional">
79     <content/>
80     </macro>
81   <environment name="classdesc">
82     <attribute name="name"/>
83     <child name="args"/>
84     </environment>
85   <environment name="datadesc">
86     <attribute name="name"/>
87     </environment>
88   <environment name="excdesc">
89     <attribute name="name"/>
90     </environment>
92   <environment name="funcdesc">
93     <attribute name="name"/>
94     <child name="args"/>
95     </environment>
96   <macro name="funcline">
97     <attribute name="name"/>
98     <child name="args"/>
99     </macro>
100   <environment name="funcdescni" outputname="funcdesc">
101     <attribute name="index">no</attribute>
102     <attribute name="name"/>
103     <child name="args"/>
104     </environment>
105   <macro name="funclineni" outputname="funcline">
106     <attribute name="index">no</attribute>
107     <attribute name="name"/>
108     <child name="args"/>
109     </macro>
111   <environment name="memberdesc">
112     <attribute name="class" optional="yes"/>
113     <attribute name="name"/>
114     </environment>
115   <environment name="memberdescni" outputname="memberdesc">
116     <attribute name="index">no</attribute>
117     <attribute name="class" optional="yes"/>
118     <attribute name="name"/>
119     </environment>
121   <environment name="methoddesc">
122     <attribute name="class" optional="yes"/>
123     <attribute name="name"/>
124     <child name="args"/>
125     </environment>
126   <macro name="methodline">
127     <attribute name="class" optional="yes"/>
128     <attribute name="name"/>
129     <child name="args"/>
130     </macro>
131   <environment name="methoddescni">
132     <attribute name="index">no</attribute>
133     <attribute name="class" optional="yes"/>
134     <attribute name="name"/>
135     <child name="args"/>
136     </environment>
137   <macro name="methodlineni" outputname="methodline">
138     <attribute name="index">no</attribute>
139     <attribute name="class" optional="yes"/>
140     <attribute name="name"/>
141     <child name="args"/>
142     </macro>
144   <environment name="opcodedesc">
145     <attribute name="name"/>
146     <attribute name="var"/>
147     </environment>
149   <!-- "See also:" sections. -->
150   <macro name="seemodule">
151     <attribute name="ref" optional="yes"/>
152     <attribute name="name"/>
153     <content/>
154     </macro>
155   <macro name="seetext">
156     <content/>
157     </macro>
159   <!-- Index-generating markup. -->
160   <macro name="index" outputname="indexterm">
161     <attribute name="term1"/>
162     </macro>
163   <macro name="indexii" outputname="indexterm">
164     <attribute name="term1"/>
165     <attribute name="term2"/>
166     </macro>
167   <macro name="indexiii" outputname="indexterm">
168     <attribute name="term1"/>
169     <attribute name="term2"/>
170     <attribute name="term3"/>
171     </macro>
172   <macro name="indexiv" outputname="indexterm">
173     <attribute name="term1"/>
174     <attribute name="term2"/>
175     <attribute name="term3"/>
176     <attribute name="term4"/>
177     </macro>
179   <macro name="ttindex" outputname="indexterm">
180     <attribute name="style">tt</attribute>
181     <attribute name="term1"/>
182     </macro>
184   <macro name="refmodindex">
185     <attribute name="module"/>
186     </macro>
187   <macro name="stmodindex">
188     <attribute name="module"/>
189     </macro>
190   <macro name="refbimodindex" outputname="refmodindex">
191     <attribute name="module"/>
192     </macro>
193   <macro name="refexmodindex" outputname="refmodindex">
194     <attribute name="module"/>
195     </macro>
196   <macro name="refstmodindex" outputname="refmodindex">
197     <attribute name="module"/>
198     </macro>
200   <macro name="bifuncindex">
201     <attribute name="name"/>
202     </macro>
203   <macro name="exindex">
204     <attribute name="name"/>
205     </macro>
206   <macro name="obindex">
207     <attribute name="name"/>
208     </macro>
209   <macro name="kwindex">
210     <attribute name="name"/>
211     </macro>
212   <macro name="opindex">
213     <attribute name="type"/>
214     </macro>
215   <macro name="stindex">
216     <attribute name="type"/>
217     </macro>
218   <macro name="withsubitem">
219     <attribute name="text"/>
220     <content/>
221     </macro>
222   <macro name="setindexsubitem">
223     <attribute name="text"/>
224     </macro>
226   <!-- Entity management. -->
227   <macro name="include">
228     <attribute name="source"/>
229     </macro>
230   <macro name="input">
231     <attribute name="source"/>
232     </macro>
234   <!-- Large-scale document structure. -->
235   <macro name="documentclass">
236     <attribute name="classname"/>
237     </macro>
239   <environment name="document"
240                endcloses="chapter chapter* section section*
241                           subsection subsection*
242                           subsubsection subsubsection*
243                           paragraph paragraph* subparagraph subparagraph*"/>
245   <macro name="chapter"
246          closes="chapter chapter* section section* subsection subsection*
247                  subsubsection subsubsection*
248                  paragraph paragraph* subparagraph subparagraph*">
249     <text>
250 </text>
251     <child name="title"/>
252     <content implied="yes"/>
253     </macro>
254   <macro name="chapter*" outputname="chapter"
255          closes="chapter chapter* section section* subsection subsection*
256                  subsubsection subsubsection*
257                  paragraph paragraph* subparagraph subparagraph*">
258     <attribute name="numbered">no</attribute>
259     <text>
260 </text>
261     <child name="title"/>
262     <content implied="yes"/>
263     </macro>
265   <macro name="section"
266          closes="section section* subsection subsection*
267                  subsubsection subsubsection*
268                  paragraph paragraph* subparagraph subparagraph*">
269     <text>
270 </text>
271     <child name="title"/>
272     <content implied="yes"/>
273     </macro>
274   <macro name="section*" outputname="section"
275          closes="section section* subsection subsection*
276                  subsubsection subsubsection*
277                  paragraph paragraph* subparagraph subparagraph*">
278     <attribute name="numbered">no</attribute>
279     <text>
280 </text>
281     <child name="title"/>
282     <content implied="yes"/>
283     </macro>
285   <macro name="subsection"
286          closes="subsection subsection* subsubsection subsubsection*
287                  paragraph paragraph* subparagraph subparagraph*">
288     <text>
289 </text>
290     <child name="title"/>
291     <content implied="yes"/>
292     </macro>
293   <macro name="subsection*" outputname="subsection"
294          closes="subsection subsection* subsubsection subsubsection*
295                  paragraph paragraph* subparagraph subparagraph*">
296     <attribute name="numbered">no</attribute>
297     <text>
298 </text>
299     <child name="title"/>
300     <content implied="yes"/>
301     </macro>
303   <macro name="subsubsection"
304          closes="subsubsection subsubsection*
305                  paragraph paragraph* subparagraph subparagraph*">
306     <text>
307 </text>
308     <child name="title"/>
309     <content implied="yes"/>
310     </macro>
311   <macro name="subsubsection*" outputname="subsubsection"
312          closes="subsubsection subsubsection*
313                  paragraph paragraph* subparagraph subparagraph*">
314     <attribute name="numbered">no</attribute>
315     <text>
316 </text>
317     <child name="title"/>
318     <content implied="yes"/>
319     </macro>
321   <macro name="paragraph"
322          closes="paragraph paragraph* subparagraph subparagraph*">
323     <text>
324 </text>
325     <child name="title"/>
326     <content implied="yes"/>
327     </macro>
328   <macro name="paragraph*" outputname="paragraph"
329          closes="paragraph paragraph* subparagraph subparagraph*">
330     <attribute name="numbered">no</attribute>
331     <text>
332 </text>
333     <child name="title"/>
334     <content implied="yes"/>
335     </macro>
337   <macro name="subparagraph"
338          closes="subparagraph subparagraph*">
339     <text>
340 </text>
341     <child name="title"/>
342     <content implied="yes"/>
343     </macro>
344   <macro name="subparagraph*" outputname="subparagraph"
345          closes="subparagraph subparagraph*">
346     <attribute name="numbered">no</attribute>
347     <text>
348 </text>
349     <child name="title"/>
350     <content implied="yes"/>
351     </macro>
352   <macro name="title">
353     <content/>
354     </macro>
356   <macro name="appendix" outputname="back-matter"
357          closes="chapter chapter* section subsection subsubsection
358                  paragraph subparagraph"/>
360   <environment name="list"
361                endcloses="item">
362     <attribute name="bullet"/>
363     <attribute name="init"/>
364     </environment>
365   <macro name="item" closes="item">
366     <child name="leader" optional="yes"/>
367     <content implied="yes"/>
368     </macro>
370   <macro name="ref">
371     <attribute name="ref"/>
372     </macro>
374   <environment name="description" outputname="descriptionlist"
375                endcloses="item"/>
377   <environment name="enumerate" outputname="enumeration"
378                endcloses="item"/>
380   <environment name="fulllineitems"
381                endcloses="item"/>
383   <environment name="itemize"
384                endcloses="item"/>
386   <environment name="definitions" outputname="definitionlist"
387                encloses="term"/>
388   <macro name="term" closes="definition">
389     <!-- not really optional, but uses the [] syntax -->
390     <child name="term" optional="yes"/>
391     <child name="definition" implied="yes"/>
392     </macro>
394   <environment name="comment" verbatim="yes"/>
395   <environment name="verbatim" verbatim="yes"/>
396   <environment name="verbatim*" verbatim="yes">
397     <!-- not used anywhere, but it's a standard LaTeXism -->
398     <attribute name="spaces">visible</attribute>
399     </environment>
401   <!-- Table markup. -->
402   <macro name="hline"/>
403   <environment name="tableii" outputname="table">
404     <attribute name="cols">2</attribute>
405     <attribute name="colspec"/>
406     <attribute name="style"/>
407     <child name="entry"/>
408     <text>
409          </text>
410     <child name="entry"/>
411     </environment>
412   <macro name="lineii" outputname="row">
413     <child name="entry"/>
414     <text>
415          </text>
416     <child name="entry"/>
417     </macro>
419   <environment name="tableiii" outputname="table">
420     <attribute name="cols">3</attribute>
421     <attribute name="colspec"/>
422     <attribute name="style"/>
423     <child name="entry"/>
424     <text>
425          </text>
426     <child name="entry"/>
427     <text>
428          </text>
429     <child name="entry"/>
430     </environment>
431   <macro name="lineiii" outputname="row">
432     <child name="entry"/>
433     <text>
434          </text>
435     <child name="entry"/>
436     <text>
437          </text>
438     <child name="entry"/>
439     </macro>
441   <environment name="tableiv" outputname="table">
442     <attribute name="cols">4</attribute>
443     <attribute name="colspec"/>
444     <attribute name="style"/>
445     <child name="entry"/>
446     <text>
447          </text>
448     <child name="entry"/>
449     <text>
450          </text>
451     <child name="entry"/>
452     <text>
453          </text>
454     <child name="entry"/>
455     </environment>
456   <macro name="lineiv" outputname="row">
457     <child name="entry"/>
458     <text>
459          </text>
460     <child name="entry"/>
461     <text>
462          </text>
463     <child name="entry"/>
464     <text>
465          </text>
466     <child name="entry"/>
467     </macro>
469   <!-- These are handled at a later translation stage, at least for now. -->
470   <macro name="Cpp" outputname="">
471     <text>C++</text>
472     </macro>
473   <macro name="geq" outputname="">
474     <entityref name="geq"/>
475     </macro>
476   <macro name="LaTeX" outputname="">
477     <text>LaTeX</text>
478     </macro>
479   <macro name="ldots" outputname="">
480     <text>...</text>
481     </macro>
482   <macro name="leq" outputname="">
483     <entityref name="leq"/>
484     </macro>
485   <macro name="TeX" outputname="">
486     <text>TeX</text>
487     </macro>
488   <macro name="version"/>
490   <!-- Misc. -->
491   <macro name="emph">
492     <content/>
493     </macro>
494   <macro name="strong">
495     <content/>
496     </macro>
497   <macro name="textrm">
498     <content/>
499     </macro>
500   <macro name="texttt">
501     <content/>
502     </macro>
503   <macro name="code">
504     <content/>
505     </macro>
506   <macro name="exception">
507     <content/>
508     </macro>
509   <macro name="keyword">
510     <content/>
511     </macro>
512   <macro name="samp">
513     <content/>
514     </macro>
515   <macro name="class">
516     <content/>
517     </macro>
518   <macro name="cdata">
519     <content/>
520     </macro>
521   <macro name="cfunction">
522     <content/>
523     </macro>
524   <macro name="ctype">
525     <content/>
526     </macro>
527   <macro name="pytype">
528     <content/>
529     </macro>
530   <macro name="character">
531     <content/>
532     </macro>
533   <macro name="constant">
534     <content/>
535     </macro>
536   <macro name="envvar" outputname="envar">
537     <content/>
538     </macro>
539   <macro name="file" outputname="filename">
540     <content/>
541     </macro>
542   <macro name="filenq" outputname="filename">
543     <attribute name="quote">no</attribute>
544     <content/>
545     </macro>
546   <macro name="function">
547     <content/>
548     </macro>
549   <macro name="kbd">
550     <content/>
551     </macro>
552   <macro name="makevar">
553     <content/>
554     </macro>
555   <macro name="method">
556     <content/>
557     </macro>
558   <macro name="member">
559     <content/>
560     </macro>
561   <macro name="mimetype">
562     <content/>
563     </macro>
564   <macro name="newsgroup">
565     <content/>
566     </macro>
567   <macro name="program" outputname="command">
568     <content/>
569     </macro>
570   <macro name="programopt" outputname="option">
571     <content/>
572     </macro>
573   <macro name="regexp">
574     <content/>
575     </macro>
576   <macro name="var">
577     <content/>
578     </macro>
579   <macro name="email">
580     <content/>
581     </macro>
582   <macro name="url">
583     <content/>
584     </macro>
585   <macro name="footnote">
586     <content/>
587     </macro>
588   <macro name="dfn" outputname="definedterm">
589     <content/>
590     </macro>
592   <macro name="mbox">
593     <content/>
594     </macro>
596   <!-- minimal math stuff to get by -->
597   <macro name="pi"/>
598   <macro name="sqrt">
599     <content/>
600     </macro>
601   <macro name="frac" outputname="fraction">
602     <child name="numerator"/>
603     <child name="denominator"/>
604     </macro>
605   <macro name="sum">
606     <content/>
607     </macro>
609   <!-- Conversions to text; perhaps could be different?  There's -->
610   <!-- no way for a style sheet to work with these this way.     -->
611   <macro name="ABC" outputname=""
612     <text>ABC</text>
613     </macro>
614   <macro name="ASCII" outputname="">
615     <text>ASCII</text>
616     </macro>
617   <macro name="C" outputname="">
618     <text>C</text>
619     </macro>
620   <macro name="EOF" outputname="">
621     <text>EOF</text>
622     </macro>
623   <macro name="e" outputname="">
624     <text>\</text>
625     </macro>
626   <macro name="NULL" outputname="constant">
627     <text>NULL</text>
628     </macro>
629   <macro name="POSIX" outputname="">
630     <text>POSIX</text>
631     </macro>
632   <macro name="UNIX" outputname="">
633     <text>Unix</text>
634     </macro>
636   <!-- These will end up disappearing as well! -->
637   <macro name="catcode" outputname=""/>
638   <macro name="fi" outputname=""/>
639   <macro name="ifhtml" outputname=""/>
640   <macro name="indexname" outputname=""/>
641   <macro name="labelwidth" outputname=""/>
642   <macro name="large" outputname=""/>
643   <macro name="leftmargin" outputname=""/>
644   <macro name="makeindex" outputname=""/>
645   <macro name="makemodindex" outputname=""/>
646   <macro name="maketitle" outputname=""/>
647   <macro name="noindent" outputname=""/>
648   <macro name="protect" outputname=""/>
649   <macro name="renewcommand">
650     <attribute name="macro"/>
651     <attribute name="nargs" optional="yes"/>
652     <content/>
653     </macro>
654   <macro name="tableofcontents" outputname=""/>
655   <macro name="vspace">
656     <attribute name="size"/>
657     </macro>
658 </conversion>