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/fo/xref.xsl

    r3ca2208 r00b1e11  
    719719</xsl:template>
    720720
     721<xsl:template match="area|areaset" mode="xref-to">
     722  <xsl:param name="referrer"/>
     723  <xsl:param name="xrefstyle"/>
     724
     725  <xsl:call-template name="callout-bug">
     726    <xsl:with-param name="conum">
     727      <xsl:apply-templates select="." mode="conumber"/>
     728    </xsl:with-param>
     729  </xsl:call-template>
     730</xsl:template>
     731
    721732<xsl:template match="book" mode="xref-to">
    722733  <xsl:param name="referrer"/>
Note: See TracChangeset for help on using the changeset viewer.