File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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 -->
You can’t perform that action at this time.
0 commit comments