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.xsl

    r13632 r13861  
    2626  <xsl:template match="FootnoteList"> 
    2727  <xsl:for-each select="Footnote">
    28     <a name="fn{@id}"/><a href="#fnref{@id}">[<xsl:value-of select="@id"/>]</a>
    29     <xsl:apply-templates/>
    30     <br/>
     28    <p><a name="fn{@id}"/><a href="#fnref{@id}">[<xsl:value-of select="@id"/>]</a>
     29    <xsl:apply-templates/></p>
    3130  </xsl:for-each>
    3231  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.