]> granicus.if.org Git - python/commitdiff
The new conversion engine supports more of the table re-writing than
authorFred Drake <fdrake@acm.org>
Tue, 3 Aug 1999 15:27:37 +0000 (15:27 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Aug 1999 15:27:37 +0000 (15:27 +0000)
the old one, so use it.

Doc/tools/sgmlconv/conversion.xml

index 71977b66a35acad09799dbd84acbf82c442e2f3a..e1d8b8ef1c4248e56a8fe3e1ec11a0abe1262a60 100644 (file)
 
   <!-- 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"/>
          </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"/>
          </text>
     <child name="entry"/>
     </environment>
-  <macro name="lineiii">
+  <macro name="lineiii" outputname="row">
     <child name="entry"/>
     <text>
          </text>
     <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"/>
          </text>
     <child name="entry"/>
     </environment>
-  <macro name="lineiv">
+  <macro name="lineiv" outputname="row">
     <child name="entry"/>
     <text>
          </text>