Skip to content

Commit 43febe5

Browse files
committed
Add index field doctype
1 parent cf1a8c6 commit 43febe5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

objects/qucosa_XSLT.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
108108
<call-template name="project">
109109
<with-param name="slubElement" select="."/>
110110
</call-template>
111+
<text>,</text>
112+
<call-template name="doctype">
113+
<with-param name="slubElement" select="."/>
114+
</call-template>
111115
</template>
112116
<template name="title">
113117
<param name="modsElement"/>
@@ -286,6 +290,13 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
286290
<with-param name="s" select="$slubElement/slub:project"/>
287291
</call-template>
288292
</template>
293+
<template name="doctype">
294+
<param name="slubElement"/>
295+
<text>"doctype":</text>
296+
<call-template name="quote">
297+
<with-param name="s" select="$slubElement/slub:documentType"/>
298+
</call-template>
299+
</template>
289300
<!-- eat all unmatched text -->
290301
<template match="text()"/>
291302
<!-- Helper templates -->

0 commit comments

Comments
 (0)