summaryrefslogtreecommitdiff
path: root/metadata/xslt/full-summary.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/xslt/full-summary.xslt')
-rw-r--r--metadata/xslt/full-summary.xslt18
1 files changed, 18 insertions, 0 deletions
diff --git a/metadata/xslt/full-summary.xslt b/metadata/xslt/full-summary.xslt
new file mode 100644
index 00000000..bf127dfa
--- /dev/null
+++ b/metadata/xslt/full-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="http://mds.swamid.se/xslt/summary.xslt"/>
+
+ <xsl:template match="/md:EntitiesDescriptor">
+ <xsl:apply-templates select="md:EntityDescriptor"/>
+ </xsl:template>
+
+</xsl:stylesheet>