summaryrefslogtreecommitdiff
path: root/xslt/full-summary.xslt
diff options
context:
space:
mode:
authorBjörn Mattsson <bjorn@sunet.se>2023-03-06 11:22:05 +0100
committerBjörn Mattsson <bjorn@sunet.se>2023-03-06 11:22:05 +0100
commit467dbdbf3d7212e25ee69daeaadd8adba7c7c5b8 (patch)
treed3576d5f2d4b5cc676c0a12ef8f8c3c83b474bf5 /xslt/full-summary.xslt
parentbc1d55080e5d42e6ef2bba892d640aa8f68bbc90 (diff)
Moved files to make ths repo signed
Diffstat (limited to 'xslt/full-summary.xslt')
-rw-r--r--xslt/full-summary.xslt18
1 files changed, 0 insertions, 18 deletions
diff --git a/xslt/full-summary.xslt b/xslt/full-summary.xslt
deleted file mode 100644
index bf127dfa..00000000
--- a/xslt/full-summary.xslt
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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>