[Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.17,1.18

Fred L. Drake fdrake@users.sourceforge.net
Tue, 25 Sep 2001 13:58:16 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools/sgmlconv
In directory usw-pr-cvs1:/tmp/cvs-serv14861

Modified Files:
	conversion.xml 
Log Message:
Update to support \mailheader and 5-column tables.

Index: conversion.xml
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/sgmlconv/conversion.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** conversion.xml	2001/07/14 03:10:20	1.17
--- conversion.xml	2001/09/25 20:58:13	1.18
***************
*** 561,564 ****
--- 561,613 ----
      </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="">
***************
*** 678,681 ****
--- 727,733 ----
      </macro>
    <macro name="kbd" outputname="keysym">
+     <content/>
+     </macro>
+   <macro name="mailheader">
      <content/>
      </macro>