Changeset 29040 for main


Ignore:
Timestamp:
2014-05-08T13:21:44+12:00 (10 years ago)
Author:
kjdon
Message:

identifier variable wasn't working, so I have changed its definition

File:
1 edited

Legend:

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

    r28957 r29040  
    158158</xsl:template>
    159159
    160 <xsl:variable name='identifier' select="substring-before(concat(substring-after(/oai:OAI-PMH/oai:request,'identifier='),'&amp;'),'&amp;')" />
     160<xsl:variable name="identifier" select="/oai:OAI-PMH/oai:request/@identifier"/>
    161161
    162162<xsl:template match="/">
Note: See TracChangeset for help on using the changeset viewer.