summaryrefslogtreecommitdiff
path: root/xslt/idp-summary.xslt
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-11-18 16:02:44 +0100
committerLeif Johansson <leifj@sunet.se>2010-11-18 16:02:44 +0100
commita4e1a5eaafb0e68569390ad6ede2d7068d8a8604 (patch)
tree66ecb9c1ccfea081a5bff8070aa3e836a3bebc82 /xslt/idp-summary.xslt
parente27423306abed9f35b57a953b10db9f7aacfe795 (diff)
absolute urls for xslt
Diffstat (limited to 'xslt/idp-summary.xslt')
-rw-r--r--xslt/idp-summary.xslt2
1 files changed, 1 insertions, 1 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]"/>