summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-08-03 15:27:37 (GMT)
committerFred Drake <fdrake@acm.org>1999-08-03 15:27:37 (GMT)
commit2f6ec9ca81cd80b5777c8776782f132890eb4773 (patch)
tree68c5cbc4c714adcdb2cb2b35a4fc77575c32fa9c /Doc/tools
parent32bc45f737cf928a98f4a9210d8162ca828eacd4 (diff)
downloadcpython-2f6ec9ca81cd80b5777c8776782f132890eb4773.zip
cpython-2f6ec9ca81cd80b5777c8776782f132890eb4773.tar.gz
cpython-2f6ec9ca81cd80b5777c8776782f132890eb4773.tar.bz2
The new conversion engine supports more of the table re-writing than
the old one, so use it.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/sgmlconv/conversion.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml
index 71977b6..e1d8b8e 100644
--- a/Doc/tools/sgmlconv/conversion.xml
+++ b/Doc/tools/sgmlconv/conversion.xml
@@ -396,7 +396,8 @@
<!-- Table markup. -->
<macro name="hline"/>
- <environment name="tableii">
+ <environment name="tableii" outputname="table">
+ <attribute name="cols">2</attribute>
<attribute name="colspec"/>
<attribute name="style"/>
<child name="entry"/>
@@ -404,14 +405,15 @@
</text>
<child name="entry"/>
</environment>
- <macro name="lineii">
+ <macro name="lineii" outputname="row">
<child name="entry"/>
<text>
</text>
<child name="entry"/>
</macro>
- <environment name="tableiii">
+ <environment name="tableiii" outputname="table">
+ <attribute name="cols">3</attribute>
<attribute name="colspec"/>
<attribute name="style"/>
<child name="entry"/>
@@ -422,7 +424,7 @@
</text>
<child name="entry"/>
</environment>
- <macro name="lineiii">
+ <macro name="lineiii" outputname="row">
<child name="entry"/>
<text>
</text>
@@ -432,7 +434,8 @@
<child name="entry"/>
</macro>
- <environment name="tableiv">
+ <environment name="tableiv" outputname="table">
+ <attribute name="cols">4</attribute>
<attribute name="colspec"/>
<attribute name="style"/>
<child name="entry"/>
@@ -446,7 +449,7 @@
</text>
<child name="entry"/>
</environment>
- <macro name="lineiv">
+ <macro name="lineiv" outputname="row">
<child name="entry"/>
<text>
</text>