diff options
author | Björn Mattsson <bjorn@sunet.se> | 2021-03-02 09:33:19 +0100 |
---|---|---|
committer | Björn Mattsson <bjorn@sunet.se> | 2021-03-02 09:33:19 +0100 |
commit | f7bf0649c734460abb83487a4f32873169fb8156 (patch) | |
tree | 1bf443bfbc3ebd76dc0a59edbe632e727219486b /xslt | |
parent | d59a62b299d54a01072e00d8baa914b00f79bd80 (diff) |
Updated URL:s
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/normalize.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/normalize.xsl b/xslt/normalize.xsl index d407e18f..67dabe72 100644 --- a/xslt/normalize.xsl +++ b/xslt/normalize.xsl @@ -96,7 +96,7 @@ If You do not accept these Terms, then You must not continue to use this Metadat <xsl:template name="add-swamid-ri"> <xsl:if test="$rpi='true' and not(mdrpi:RegistrationInfo[@registrationAuthority])"> <mdrpi:RegistrationInfo registrationAuthority="http://www.swamid.se/"> - <mdrpi:RegistrationPolicy xml:lang="en">https://www.sunet.se/wp-content/uploads/2016/08/SWAMID-Metadata-Registration-Practice-Statement-v2.pdf</mdrpi:RegistrationPolicy> + <mdrpi:RegistrationPolicy xml:lang="en">http://swamid.se/policy/mdrps</mdrpi:RegistrationPolicy> </mdrpi:RegistrationInfo> </xsl:if> </xsl:template> @@ -105,7 +105,7 @@ If You do not accept these Terms, then You must not continue to use this Metadat <mdrpi:PublicationInfo> <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:UsagePolicy xml:lang="en">https://mds.swamid.se/md/swamid-tou-en.txt</mdrpi:UsagePolicy> </mdrpi:PublicationInfo> </xsl:template> |