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

    r3ca2208 r00b1e11  
    12721272<!-- ==================================================================== -->
    12731273
     1274<xsl:template name="orderedlist-starting-number">
     1275  <xsl:param name="list" select="."/>
     1276  <xsl:variable name="pi-start">
     1277    <xsl:call-template name="pi.dbfo_start">
     1278      <xsl:with-param name="node" select="$list"/>
     1279    </xsl:call-template>
     1280  </xsl:variable>
     1281  <xsl:call-template name="output-orderedlist-starting-number">
     1282    <xsl:with-param name="list" select="$list"/>
     1283    <xsl:with-param name="pi-start" select="$pi-start"/>
     1284  </xsl:call-template>
     1285</xsl:template>
     1286
    12741287</xsl:stylesheet>
    1275 
Note: See TracChangeset for help on using the changeset viewer.