Skip to content

Commit

Permalink
Select submitter information from FOAF record
Browse files Browse the repository at this point in the history
  • Loading branch information
claussni committed Aug 18, 2015
1 parent ce96bce commit 80738c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions objects/qucosa_XSLT.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
xmlns:mods="http://www.loc.gov/mods/v3"
xmlns:mets="http://www.loc.gov/METS/"
xmlns:slub="http://slub-dresden.de/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
version="1.0"
xmlns="http://www.w3.org/1999/XSL/Transform"
xsi:schemaLocation="
Expand All @@ -41,7 +43,7 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
<apply-templates select="mets:dmdSec/mets:mdWrap[@MDTYPE='MODS'][1]/mets:xmlData/mods:mods"/>
<!-- pick the first SLUB-INFO meta data section -->
<apply-templates
select="mets:amdSec/mets:rightsMD/mets:mdWrap[@OTHERMDTYPE='SLUBINFO'][1]/mets:xmlData/slub:info"/>
select="mets:amdSec/mets:rightsMD/mets:mdWrap[@OTHERMDTYPE='SLUBINFO'][1]/mets:xmlData/slub:info"/>
<text>}</text>
</template>
<template match="mods:mods">
Expand Down Expand Up @@ -263,7 +265,7 @@ xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/
<param name="slubElement"/>
<text>"submitter":</text>
<call-template name="quote">
<with-param name="s" select="$slubElement/slub:submitter/slub:name"/>
<with-param name="s" select="$slubElement/slub:submitter/foaf:Person/foaf:name"/>
</call-template>
</template>
<template name="project">
Expand Down

0 comments on commit 80738c3

Please sign in to comment.