Ignore:
Timestamp:
07/21/2007 03:00:15 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
b1a3697
Parents:
85117fe2
Message:

Merged r8226 from new-xsl branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8228 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

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

    r85117fe2 r60a5a938  
    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.