- set absolute download links for files in oai: RequestController.php & datasetxml2oai-pmh.xslt
This commit is contained in:
parent
4bc66213a4
commit
c649af199c
2 changed files with 4 additions and 3 deletions
|
@ -23,6 +23,7 @@
|
|||
<xsl:param name="setPubType" />
|
||||
<xsl:param name="repositoryName" />
|
||||
<xsl:param name="repIdentifier" />
|
||||
<xsl:param name="downloadLink" />
|
||||
<xsl:param name="sampleIdentifier" />
|
||||
<xsl:param name="docId" />
|
||||
<xsl:param name="dateDelete" />
|
||||
|
@ -555,7 +556,8 @@
|
|||
|
||||
<xsl:template match="File" mode="oai_dc">
|
||||
<dc:identifier>
|
||||
<xsl:value-of select="@PathName" />
|
||||
<!-- <xsl:value-of select="@PathName" /> -->
|
||||
<xsl:value-of select="concat($downloadLink, @Id)" />
|
||||
</dc:identifier>
|
||||
</xsl:template>
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue