]> granicus.if.org Git - docbook-dsssl/commitdiff
Put para spacing around tabular simplelists
authorNorman Walsh <ndw@nwalsh.com>
Thu, 31 Oct 2002 18:52:13 +0000 (18:52 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 31 Oct 2002 18:52:13 +0000 (18:52 +0000)
xsl/fo/lists.xsl

index 4ddd54c0b68ada550e5e4c02f250f1960b5cc9f9..699e15b695dcefcaf756421fd7b54e993d6194b7 100644 (file)
 
 <xsl:template match="simplelist">
   <!-- with no type specified, the default is 'vert' -->
-  <fo:table>
+  <fo:table xsl:use-attribute-sets="normal.para.spacing">
     <fo:table-body>
       <xsl:call-template name="simplelist.vert">
        <xsl:with-param name="cols">
 </xsl:template>
 
 <xsl:template match="simplelist[@type='horiz']">
-  <fo:table>
+  <fo:table xsl:use-attribute-sets="normal.para.spacing">
     <fo:table-body>
       <xsl:call-template name="simplelist.horiz">
        <xsl:with-param name="cols">
 </xsl:template>
 
 <xsl:template match="simplelist[@type='vert']">
-  <fo:table>
+  <fo:table xsl:use-attribute-sets="normal.para.spacing">
     <fo:table-body>
       <xsl:call-template name="simplelist.vert">
        <xsl:with-param name="cols">