diff options
author | Leif Johansson <leifj@sunet.se> | 2010-11-18 16:02:44 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2010-11-18 16:02:44 +0100 |
commit | a4e1a5eaafb0e68569390ad6ede2d7068d8a8604 (patch) | |
tree | 66ecb9c1ccfea081a5bff8070aa3e836a3bebc82 /xslt/idp-summary.xslt | |
parent | e27423306abed9f35b57a953b10db9f7aacfe795 (diff) |
absolute urls for xslt
Diffstat (limited to 'xslt/idp-summary.xslt')
-rw-r--r-- | xslt/idp-summary.xslt | 2 |
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]"/> |