mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-1928 use the oai-identifier schema in <description>
This commit is contained in:
@@ -165,12 +165,17 @@
|
||||
</tr>
|
||||
</xsl:for-each>
|
||||
<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>
|
||||
<xsl:value-of
|
||||
select="oai:description/node()/text()" />
|
||||
select="oai:description/oai:oai-identifier/oai:sampleIdentifier/text()" />
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Protocol Version</b></td>
|
||||
|
@@ -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>
|
||||
<filtered>true</filtered>
|
||||
</file>
|
||||
<file>
|
||||
<source>config/crosswalks/oai/description.xml</source>
|
||||
<outputDirectory>config</outputDirectory>
|
||||
<filtered>true</filtered>
|
||||
</file>
|
||||
</files>
|
||||
|
||||
<!--
|
||||
|
Reference in New Issue
Block a user