Ignore:
Timestamp:
Sep 9, 2007, 2:04:08 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
master
Children:
31ee1ac
Parents:
a6966fa
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/admon.xsl

    ra6966fa r9642843  
    8686            <xsl:if test="$admon.textlabel != 0 or title or info/title">
    8787              <fo:block xsl:use-attribute-sets="admonition.title.properties">
    88                 <xsl:apply-templates select="." mode="object.title.markup"/>
     88                <xsl:apply-templates select="." mode="object.title.markup">
     89                  <xsl:with-param name="allow-anchors" select="1"/>
     90                </xsl:apply-templates>
    8991              </fo:block>
    9092            </xsl:if>
     
    108110      <fo:block keep-with-next.within-column='always'
    109111                xsl:use-attribute-sets="admonition.title.properties">
    110          <xsl:apply-templates select="." mode="object.title.markup"/>
     112         <xsl:apply-templates select="." mode="object.title.markup">
     113           <xsl:with-param name="allow-anchors" select="1"/>
     114         </xsl:apply-templates>
    111115      </fo:block>
    112116    </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.