mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
correcting xpath for dc:format in oai_dc.xsl
This commit is contained in:

committed by
Ondrej Kosarko

parent
c778a94b48
commit
2b563a7145
@@ -120,7 +120,7 @@
|
||||
<dc:format><xsl:value-of select="." /></dc:format>
|
||||
</xsl:for-each>
|
||||
<!-- ? -->
|
||||
<xsl:for-each select="doc:metadata/doc:element[@name='bitstreams']/doc:element[@name='bitstream']/doc:field[@name='format']">
|
||||
<xsl:for-each select="doc:metadata//doc:element[@name='bitstreams']/doc:element[@name='bitstream']/doc:field[@name='format']">
|
||||
<dc:format><xsl:value-of select="." /></dc:format>
|
||||
</xsl:for-each>
|
||||
<!-- dc.coverage -->
|
||||
|
Reference in New Issue
Block a user