Ignore:
Timestamp:
Jul 21, 2007, 8:07:11 AM (18 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/synop.xsl

    r3ca2208 r00b1e11  
    2424    <xsl:apply-templates select="." mode="class.attribute"/>
    2525    <p>
    26       <xsl:call-template name="anchor"/>
     26      <xsl:call-template name="anchor">
     27        <xsl:with-param name="conditional" select="0"/>
     28      </xsl:call-template>
    2729      <xsl:apply-templates/>
    2830    </p>
     
    178180<xsl:template match="funcprototype">
    179181  <xsl:variable name="html-style">
    180     <xsl:call-template name="dbhtml-attribute">
    181       <xsl:with-param name="pis" select="ancestor::funcsynopsis//processing-instruction('dbhtml')"/>
    182       <xsl:with-param name="attribute" select="'funcsynopsis-style'"/>
     182    <xsl:call-template name="pi.dbhtml_funcsynopsis-style">
     183      <xsl:with-param name="node" select="ancestor::funcsynopsis/descendant-or-self::*"/>
    183184    </xsl:call-template>
    184185  </xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.