Ignore:
Timestamp:
Jul 21, 2007, 8:07:11 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
a6966fa
Parents:
3ca2208
Message:

Merged r8226 from new-xsl branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/graphics.xsl

    r3ca2208 r00b1e11  
    222222
    223223  <xsl:variable name="img.src.path.pi">
    224     <xsl:call-template name="dbhtml-attribute">
    225       <xsl:with-param name="pis" select="../processing-instruction('dbhtml')"/>
    226       <xsl:with-param name="attribute" select="'img.src.path'"/>
     224    <xsl:call-template name="pi.dbhtml_img.src.path">
     225      <xsl:with-param name="node" select=".."/>
    227226    </xsl:call-template>
    228227  </xsl:variable>
     
    599598
    600599  <xsl:variable name="bgcolor">
    601     <xsl:call-template name="dbhtml-attribute">
    602       <xsl:with-param name="pis" select="../processing-instruction('dbhtml')"/>
    603       <xsl:with-param name="attribute" select="'background-color'"/>
     600    <xsl:call-template name="pi.dbhtml_background-color">
     601      <xsl:with-param name="node" select=".."/>
    604602    </xsl:call-template>
    605603  </xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.