]> granicus.if.org Git - docbook-dsssl/commitdiff
Added templates for W3C stylesheet graphics
authorNorman Walsh <ndw@nwalsh.com>
Thu, 30 May 2002 11:48:02 +0000 (11:48 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 30 May 2002 11:48:02 +0000 (11:48 +0000)
slides/xsl/graphics.xsl

index 84ca0baf22a555f06fbc8f8699d9838cf52f7173..be50e8d721d5c9e6c1efa2cf263eeb25b3200970 100644 (file)
   </xsl:call-template>
 </xsl:template>
 
+<xsl:template name="w3c.bleft.image">
+  <xsl:call-template name="graphics-file">
+    <xsl:with-param name="image" select="'bleft.png'"/>
+  </xsl:call-template>
+</xsl:template>
+
+<xsl:template name="w3c.left.image">
+  <xsl:call-template name="graphics-file">
+    <xsl:with-param name="image" select="'left.png'"/>
+  </xsl:call-template>
+</xsl:template>
+
+<xsl:template name="w3c.bright.image">
+  <xsl:call-template name="graphics-file">
+    <xsl:with-param name="image" select="'bright.png'"/>
+  </xsl:call-template>
+</xsl:template>
+
+<xsl:template name="w3c.right.image">
+  <xsl:call-template name="graphics-file">
+    <xsl:with-param name="image" select="'right.png'"/>
+  </xsl:call-template>
+</xsl:template>
+
+<xsl:template name="w3c.toc.image">
+  <xsl:call-template name="graphics-file">
+    <xsl:with-param name="image" select="'toc.png'"/>
+  </xsl:call-template>
+</xsl:template>
+
 </xsl:stylesheet>