Changeset 12738


Ignore:
Timestamp:
2006-09-14T11:04:04+12:00 (18 years ago)
Author:
kjdon
Message:

added Reference template

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/help/gen-text.xsl

    r12724 r12738  
    1313  </xsl:template>
    1414
     15  <xsl:template match="Reference">
     16    <xsl:variable name="target" select="@target"/>
     17    <xsl:text>"</xsl:text><xsl:value-of select="/Document//Section[@name=$target]/Title/Text"/><xsl:text>"</xsl:text>
     18  </xsl:template>
     19 
    1520</xsl:stylesheet>
Note: See TracChangeset for help on using the changeset viewer.