mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-11 13:23:59 +00:00
docbook-layout.xsl: Use xsl::apply-imports instead of calling
calsTable directly. [SVN r22559]
This commit is contained in:
parent
d001f99756
commit
d5f17e3c17
@ -27,7 +27,7 @@
|
|||||||
<xsl:template match = "table|informaltable">
|
<xsl:template match = "table|informaltable">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test = "self::table and tgroup|mediaobject|graphic">
|
<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:when><xsl:when test = "self::informaltable and tgroup|mediaobject|graphic">
|
||||||
<xsl:call-template name = "informal.object">
|
<xsl:call-template name = "informal.object">
|
||||||
<xsl:with-param name = "class"><xsl:choose>
|
<xsl:with-param name = "class"><xsl:choose>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user