Changeset 28036


Ignore:
Timestamp:
2013-08-13T14:30:06+12:00 (11 years ago)
Author:
kjdon
Message:

added in gsf:rank and gsf:OID elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/config_format.xsl

    r27101 r28036  
    283283        </xsl:choose>
    284284    </xsl:template>
    285 
     285 
     286  <xsl:template match="gsf:OID">
     287    <xslt:value-of select="@nodeID"/>
     288  </xsl:template>
     289  <xsl:template match="gsf:rank">
     290    <xslt:value-of select="@rank"/>
     291  </xsl:template>
    286292    <xsl:template match="gsf:icon">
    287293        <xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.