]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix body attributes
authorNorman Walsh <ndw@nwalsh.com>
Mon, 27 May 2002 21:41:25 +0000 (21:41 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 27 May 2002 21:41:25 +0000 (21:41 +0000)
slides/xsl/tables.xsl

index 5c2e10ec9fdb5ccbbef2c07292447ff58cc50d44..6b2046553d2bc5f2bffb203284b4a4c566518ff0 100644 (file)
@@ -30,7 +30,8 @@
             </xsl:attribute>
           </link>
         </head>
-        <body class="titlepage" xsl:use-attribute-sets="body-attrs">
+        <body class="titlepage">
+          <xsl:call-template name="body.attributes"/>
           <div class="{name(.)}">
             <xsl:apply-templates mode="titlepage.mode"/>
           </div>
           </xsl:attribute>
         </link>
       </head>
-      <body class="section" xsl:use-attribute-sets="body-attrs">
+      <body class="section">
+        <xsl:call-template name="body.attributes"/>
         <table border="0" width="100%" summary="Navigation and body table"
                cellpadding="0" cellspacing="0">
           <tr>
           </xsl:attribute>
         </link>
       </head>
-      <body class="foil" xsl:use-attribute-sets="body-attrs">
+      <body class="foil">
+        <xsl:call-template name="body.attributes"/>
         <table border="0" width="100%" summary="Navigation and body table"
                cellpadding="0" cellspacing="0">
           <tr>