Ignore:
Timestamp:
08/30/2007 06:19:10 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
af87b4e
Parents:
b1ba0fa
Message:

Updated stylesheets to match trunk

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

File:
1 edited

Legend:

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

    rb1ba0fa rab42f55  
    310310      <xsl:call-template name="href.target">
    311311        <xsl:with-param name="context" select="$toc-context"/>
     312        <xsl:with-param name="toc-context" select="$toc-context"/>
    312313      </xsl:call-template>
    313314    </xsl:attribute>
     
    483484      <a>
    484485        <xsl:attribute name="href">
    485           <xsl:call-template name="href.target"/>
     486          <xsl:call-template name="href.target">
     487            <xsl:with-param name="toc-context" select="$toc-context"/>
     488          </xsl:call-template>
    486489        </xsl:attribute>
    487490        <xsl:copy-of select="$title"/>
     
    506509      <xsl:call-template name="href.target">
    507510        <xsl:with-param name="object" select=".."/>
     511        <xsl:with-param name="toc-context" select="$toc-context"/>
    508512      </xsl:call-template>
    509513    </xsl:attribute>
     
    533537          <xsl:call-template name="href.target">
    534538            <xsl:with-param name="object" select="$node"/>
     539            <xsl:with-param name="toc-context" select="$toc-context"/>
    535540          </xsl:call-template>
    536541        </xsl:attribute>
     
    603608    <a>
    604609      <xsl:attribute name="href">
    605         <xsl:call-template name="href.target"/>
     610        <xsl:call-template name="href.target">
     611          <xsl:with-param name="toc-context" select="$toc-context"/>
     612        </xsl:call-template>
    606613      </xsl:attribute>
    607614      <xsl:apply-templates select="." mode="titleabbrev.markup"/>
Note: See TracChangeset for help on using the changeset viewer.