summaryrefslogtreecommitdiff
path: root/xslt/idp-summary.xslt
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2010-11-18 15:56:46 +0100
committerLeif Johansson <leifj@sunet.se>2010-11-18 15:56:46 +0100
commite27423306abed9f35b57a953b10db9f7aacfe795 (patch)
treefb50ed21001564f3930b5bfb08601d5130999768 /xslt/idp-summary.xslt
parentac3c08bc06f8693dee84affcbdd3838224bb30b7 (diff)
xslt
Diffstat (limited to 'xslt/idp-summary.xslt')
-rw-r--r--xslt/idp-summary.xslt18
1 files changed, 18 insertions, 0 deletions
diff --git a/xslt/idp-summary.xslt b/xslt/idp-summary.xslt
new file mode 100644
index 00000000..94923dcc
--- /dev/null
+++ b/xslt/idp-summary.xslt
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:shibmeta="urn:mace:shibboleth:metadata:1.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
+ xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
+ xmlns:exsl="http://exslt.org/common"
+ extension-element-prefixes="exsl"
+ xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
+
+ <xsl:import href="summary.xslt"/>
+
+ <xsl:template match="/md:EntitiesDescriptor">
+ <xsl:apply-templates select="md:EntityDescriptor[md:IDPSSODescriptor]"/>
+ </xsl:template>
+
+</xsl:stylesheet>