Skip to content

Commit 8380a7a

Browse files
committed
#1149 Fixed usage of marc21.xslt in Export module
1 parent d54e7c7 commit 8380a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/export/views/scripts/stylesheets/marc21wrapper.xslt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<!-- TODO Abhängigkeit zwischen Modulen auflösen (hier wird Datei aus oai-Module genutzt) -->
3636
<xsl:include href="../../../../oai/views/scripts/index/prefixes/marc21.xslt"/>
3737

38-
<xsl:template match="Opus_Document">
39-
<xsl:apply-templates select="." mode="marc21" />
38+
<xsl:template match="Opus_Document" mode="export">
39+
<xsl:apply-templates select="." />
4040
</xsl:template>
4141

4242
</xsl:stylesheet>

0 commit comments

Comments
 (0)