mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 13:33:08 +00:00
DS-1928 use the oai-identifier schema in <description>
This commit is contained in:
@@ -165,12 +165,17 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Description</b></td>
|
<td><b>Repository identifier</b></td>
|
||||||
|
<td>
|
||||||
|
<xsl:value-of select="oai:description/oai:oai-identifier/oai:repositoryIdentifier/text()" />
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><b>Sample identifier</b></td>
|
||||||
<td>
|
<td>
|
||||||
<xsl:value-of
|
<xsl:value-of
|
||||||
select="oai:description/node()/text()" />
|
select="oai:description/oai:oai-identifier/oai:sampleIdentifier/text()" />
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>Protocol Version</b></td>
|
<td><b>Protocol Version</b></td>
|
||||||
@@ -826,4 +831,4 @@
|
|||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
</xsl:stylesheet>
|
</xsl:stylesheet>
|
||||||
|
@@ -1 +1,6 @@
|
|||||||
<XOAIDescription xmlns="http://www.lyncode.com/XOAIDescription">XOAI: OAI-PMH Java Toolkit</XOAIDescription>
|
<oai-identifier xmlns="http://www.openarchives.org/OAI/2.0/oai-identifier" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai-identifier http://www.openarchives.org/OAI/2.0/oai-identifier.xsd">
|
||||||
|
<scheme>oai</scheme>
|
||||||
|
<repositoryIdentifier>${dspace.hostname}</repositoryIdentifier>
|
||||||
|
<delimiter>:</delimiter>
|
||||||
|
<sampleIdentifier>oai:${dspace.hostname}:${handle.prefix}/1234</sampleIdentifier>
|
||||||
|
</oai-identifier>
|
||||||
|
@@ -82,6 +82,11 @@
|
|||||||
<outputDirectory>config</outputDirectory>
|
<outputDirectory>config</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
</file>
|
</file>
|
||||||
|
<file>
|
||||||
|
<source>config/crosswalks/oai/description.xml</source>
|
||||||
|
<outputDirectory>config</outputDirectory>
|
||||||
|
<filtered>true</filtered>
|
||||||
|
</file>
|
||||||
</files>
|
</files>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Reference in New Issue
Block a user