Changeset 28957 for main


Ignore:
Timestamp:
2014-04-03T11:59:25+13:00 (10 years ago)
Author:
kjdon
Message:

metadata now has lower case m

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oai/oai2.xsl

    r24439 r28957  
    307307    <h2> Description </h2>
    308308    <table class="values">
    309       <xsl:apply-templates select="id:Metadata"/>
     309      <xsl:apply-templates select="id:metadata"/>
    310310    </table>
    311311  </xsl:template>
    312312
    313   <xsl:template match="id:Metadata" xmlns:id="http://www.greenstone.org/namespace/gsdl_oaiinfo/1.0/gsdl_oaiinfo">
     313  <xsl:template match="id:metadata" xmlns:id="http://www.greenstone.org/namespace/gsdl_oaiinfo/1.0/gsdl_oaiinfo">
    314314    <tr><td class="key"><xsl:value-of select="@name"/></td>
    315315      <td class="value"><xsl:value-of select="."/></td></tr>
Note: See TracChangeset for help on using the changeset viewer.