Ignore:
Timestamp:
2007-02-07T13:29:17+13:00 (17 years ago)
Author:
lh92
Message:

updated XSLs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl-documentation/manuals/processing/crossref-pdf.xsl

    r13632 r13861  
    2222  </xsl:template>
    2323 
    24   <xsl:template match="FootnoteList"> 
     24  <!--<xsl:template match="FootnoteList"> 
    2525  <xsl:for-each select="Footnote">
    2626    <a name="fn{@id}"/><a href="#fnref{@id}">[<xsl:value-of select="@id"/>]</a>
     
    2929  </xsl:for-each>
    3030  </xsl:template>
    31   <xsl:template match="FootnoteRef"><a name="fnref{@id}"/><a href="#fn{@id}">[<xsl:value-of select="@id"/>]</a></xsl:template>
     31  <xsl:template match="FootnoteRef"><a name="fnref{@id}"/><a href="#fn{@id}">[<xsl:value-of select="@id"/>]</a></xsl:template>-->
    3232 
    3333  <xsl:template match="Figure" mode="ref">
     
    4343  </xsl:template> 
    4444 
    45   <xsl:template match="Table" mode="ref"><xsl:number level="any"/></xsl:template>
     45  <xsl:template match="Table" mode="ref"><xsl:number level="any" count="Table[not(@class='hidden')]"/></xsl:template>
    4646 
    4747  <xsl:template match="Chapter" mode="ref"><xsl:number level="any"/></xsl:template>
Note: See TracChangeset for help on using the changeset viewer.