]> granicus.if.org Git - python/commitdiff
Update to support \mailheader and 5-column tables.
authorFred Drake <fdrake@acm.org>
Tue, 25 Sep 2001 20:58:13 +0000 (20:58 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 25 Sep 2001 20:58:13 +0000 (20:58 +0000)
Doc/tools/sgmlconv/conversion.xml

index e6b20d7618d415847baa546e03bbd6e03f70f502..9df40e37528d05145eaa0688a9edef43c0dcba65 100644 (file)
     <child name="entry"/>
     </macro>
 
+  <environment name="tablev" outputname="table">
+    <attribute name="cols">4</attribute>
+    <attribute name="colspec"/>
+    <attribute name="style"/>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    </environment>
+  <environment name="longtablev" outputname="table">
+    <attribute name="cols">4</attribute>
+    <attribute name="colspec"/>
+    <attribute name="style"/>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    </environment>
+  <macro name="linev" outputname="row">
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    <text>
+         </text>
+    <child name="entry"/>
+    </macro>
+
   <!-- These are handled at a later translation stage, at least for now. -->
   <macro name="Cpp" outputname="">
     <text>C++</text>
   <macro name="kbd" outputname="keysym">
     <content/>
     </macro>
+  <macro name="mailheader">
+    <content/>
+    </macro>
   <macro name="makevar">
     <content/>
     </macro>