]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix typo: used xsl:param where xsl:variable was required
authorNorman Walsh <ndw@nwalsh.com>
Mon, 16 Apr 2001 13:01:39 +0000 (13:01 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Mon, 16 Apr 2001 13:01:39 +0000 (13:01 +0000)
xsl/fo/table.xsl

index d677e4532f726ffe592f487cf957dff799af8526..6b1790a8a656175654410caedb29d00b0e0cc1bb 100644 (file)
@@ -273,9 +273,9 @@ to be incomplete. Don't forget to read the source, too :-)</para>
   <xsl:variable name="group" select="$row/parent::*[1]"/>
   <xsl:variable name="frame" select="ancestor::tgroup/parent::*/@frame"/>
 
-  <xsl:param name="content">
+  <xsl:variable name="content">
     <xsl:apply-templates/>
-  </xsl:param>
+  </xsl:variable>
 
   <fo:table-cell>
     <xsl:choose>