]> granicus.if.org Git - docbook-dsssl/commitdiff
Change admon.graphic.width template to a mode so that different
authorBob Stayton <bobs@sagehill.net>
Sat, 30 Oct 2004 07:25:27 +0000 (07:25 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 30 Oct 2004 07:25:27 +0000 (07:25 +0000)
admonitions can have different graphical widths.

xsl/fo/admon.xsl
xsl/html/admon.xsl

index 6043d579510e6566f10af9e66f13f8db9c018f41..0d27c82c9b5ab077bdf55003551a35bb07ee6a06 100644 (file)
@@ -24,7 +24,7 @@
   </xsl:choose>
 </xsl:template>
 
-<xsl:template name="admon.graphic.width">
+<xsl:template match="*" mode="admon.graphic.width">
   <xsl:param name="node" select="."/>
   <xsl:text>36pt</xsl:text>
 </xsl:template>
@@ -64,7 +64,7 @@
     <xsl:call-template name="object.id"/>
   </xsl:variable>
   <xsl:variable name="graphic.width">
-     <xsl:call-template name="admon.graphic.width"/>
+     <xsl:apply-templates select="." mode="admon.graphic.width"/>
   </xsl:variable>
 
   <fo:block id="{$id}">
index 9c978385551e31c7b55027712ca5100da01d18e9..1c83b9166f9512f7a6ac1356d89e8edc7e69df95 100644 (file)
@@ -12,7 +12,7 @@
 
      ******************************************************************** -->
 
-<xsl:template name="admon.graphic.width">
+<xsl:template match="*" mode="admon.graphic.width">
   <xsl:param name="node" select="."/>
   <xsl:text>25</xsl:text>
 </xsl:template>
@@ -78,7 +78,7 @@
       <tr>
         <td rowspan="2" align="center" valign="top">
           <xsl:attribute name="width">
-            <xsl:call-template name="admon.graphic.width"/>
+            <xsl:apply-templates select="." mode="admon.graphic.width"/>
           </xsl:attribute>
           <img alt="[{$alt}]">
             <xsl:attribute name="src">