summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2016-03-18 12:14:24 +0100
committerLeif Johansson <leifj@sunet.se>2016-03-18 12:14:24 +0100
commit64413bae1fc4dd6b55becb49f89ca0e43521c6b6 (patch)
tree373b7e26436bc359fa16338ea9286fced7625502
parenta1d9696a14711245830990da69b094779e03244b (diff)
minor fix
-rw-r--r--xslt/normalize.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/normalize.xsl b/xslt/normalize.xsl
index 9cbebd1d..d115d058 100644
--- a/xslt/normalize.xsl
+++ b/xslt/normalize.xsl
@@ -97,8 +97,8 @@ If You do not accept these Terms, then You must not continue to use this Metadat
<xsl:template name="add-swamid-pi">
<mdrpi:PublicationInfo>
- <xsl:attribute Name="creationInstant"><xsl:value-of select="$now"/></xsl:attribute>
- <xsl:attribute Name="publisher"><xsl:value-of select="$target"/></xsl:attribute>
+ <xsl:attribute name="creationInstant"><xsl:value-of select="$now"/></xsl:attribute>
+ <xsl:attribute name="publisher"><xsl:value-of select="$target"/></xsl:attribute>
<mdrpi:UsagePolicy xml:lang="en">https://www.sunet.se/wp-content/uploads/2015/12/SWAMID-Terms-of-Use-20110714.pdf</mdrpi:UsagePolicy>
</mdrpi:PublicationInfo>
</xsl:template>