summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xslt/idp-summary.xslt2
-rw-r--r--xslt/sp-summary.xslt2
2 files changed, 2 insertions, 2 deletions
diff --git a/xslt/idp-summary.xslt b/xslt/idp-summary.xslt
index 94923dcc..c73d72a4 100644
--- a/xslt/idp-summary.xslt
+++ b/xslt/idp-summary.xslt
@@ -9,7 +9,7 @@
extension-element-prefixes="exsl"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
- <xsl:import href="summary.xslt"/>
+ <xsl:import href="http://md.swamid.se/xslt/summary.xslt"/>
<xsl:template match="/md:EntitiesDescriptor">
<xsl:apply-templates select="md:EntityDescriptor[md:IDPSSODescriptor]"/>
diff --git a/xslt/sp-summary.xslt b/xslt/sp-summary.xslt
index d1920eb5..d664447b 100644
--- a/xslt/sp-summary.xslt
+++ b/xslt/sp-summary.xslt
@@ -9,7 +9,7 @@
extension-element-prefixes="exsl"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
- <xsl:import href="summary.xslt"/>
+ <xsl:import href="http://md.swamid.se/xslt/summary.xslt"/>
<xsl:template match="/md:EntitiesDescriptor">
<xsl:apply-templates select="md:EntityDescriptor[md:SPSSODescriptor]"/>