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
f6181482
Commit
f6181482
authored
Apr 24, 2018
by
David Maus
Browse files
Richtige Reihenfolge Vorname, Nachname
parent
073cfd87
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/xslt/pica/auth.xsl
View file @
f6181482
...
@@ -40,9 +40,9 @@
...
@@ -40,9 +40,9 @@
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'P']"
/>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'P']"
/>
</xsl:when>
</xsl:when>
<xsl:otherwise>
<xsl:otherwise>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'd']"
/>
<xsl:text>
,
</xsl:text>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'a']"
/>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'a']"
/>
<xsl:text>
,
</xsl:text>
<xsl:value-of
select=
"$nameField/pica:subfield[@code = 'd']"
/>
</xsl:otherwise>
</xsl:otherwise>
</xsl:choose>
</xsl:choose>
<xsl:if
test=
"$nameField/pica:subfield[@code = 'l']"
>
<xsl:if
test=
"$nameField/pica:subfield[@code = 'l']"
>
...
...
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