Skip to content

Commit 04a31ad

Browse files
authored
Change default namePart separator to comma (#1337)
1 parent 7a2ba98 commit 04a31ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-access-app/src/main/resources/recordTransformations/modsToFullRecord.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<xsl:otherwise>
110110
<xsl:for-each select="*[local-name() = 'namePart']">
111111
<xsl:if test="position() != 1">
112-
<xsl:text>; </xsl:text>
112+
<xsl:text>, </xsl:text>
113113
</xsl:if>
114114
<xsl:value-of select="text()"/>
115115
</xsl:for-each>

0 commit comments

Comments
 (0)