Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maximilian Görmar
uri.hab.de
Commits
44e7d89d
Commit
44e7d89d
authored
Apr 24, 2018
by
David Maus
Browse files
skos:prefLabel für Personen verbessert
parent
f6181482
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xslt/pica/auth.xsl
View file @
44e7d89d
...
...
@@ -40,9 +40,9 @@
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'P']"
/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'a']"
/>
<xsl:text>
,
</xsl:text>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'd']"
/>
<xsl:text>
</xsl:text>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'a']"
/>
</xsl:otherwise>
</xsl:choose>
<xsl:if
test=
"$nameField/pica:subfield[@code = 'l']"
>
...
...
@@ -50,7 +50,7 @@
</xsl:if>
</xsl:variable>
<skos:prefLabel><xsl:value-of
select=
"$nameValue"
/></skos:prefLabel>
<skos:prefLabel><xsl:value-of
select=
"
normalize-space(
$nameValue
)
"
/></skos:prefLabel>
</xsl:template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment