From 3450312c16b2534d634f661673183d5efcc86f1c Mon Sep 17 00:00:00 2001
From: Leif Johansson <leifj@sunet.se>
Date: Thu, 18 Nov 2010 16:28:54 +0100
Subject: all entities in one list

---
 xslt/full-summary.xslt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 xslt/full-summary.xslt

diff --git a/xslt/full-summary.xslt b/xslt/full-summary.xslt
new file mode 100644
index 00000000..025a705c
--- /dev/null
+++ b/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://md.swamid.se/xslt/summary.xslt"/>
+
+  <xsl:template match="/md:EntitiesDescriptor">
+    <xsl:apply-templates select="md:EntityDescriptor"/>
+  </xsl:template>
+
+</xsl:stylesheet>
-- 
cgit v1.2.3