docbook-layout.xsl: Use xsl::apply-imports instead of calling

calsTable directly.


[SVN r22559]
This commit is contained in:
Douglas Gregor 2004-03-26 22:49:44 +00:00
parent d001f99756
commit d5f17e3c17

View File

@ -27,7 +27,7 @@
<xsl:template match = "table|informaltable">
<xsl:choose>
<xsl:when test = "self::table and tgroup|mediaobject|graphic">
<xsl:call-template name = "calsTable"/>
<xsl:apply-imports/>
</xsl:when><xsl:when test = "self::informaltable and tgroup|mediaobject|graphic">
<xsl:call-template name = "informal.object">
<xsl:with-param name = "class"><xsl:choose>