summaryrefslogtreecommitdiff
path: root/metadata/xslt/list-locations.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/xslt/list-locations.xslt')
-rw-r--r--metadata/xslt/list-locations.xslt21
1 files changed, 0 insertions, 21 deletions
diff --git a/metadata/xslt/list-locations.xslt b/metadata/xslt/list-locations.xslt
deleted file mode 100644
index fd22fac3..00000000
--- a/metadata/xslt/list-locations.xslt
+++ /dev/null
@@ -1,21 +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:xi="http://www.w3.org/2001/XInclude"
- xmlns:shibmd="urn:mace:shibboleth:metadata:1.0">
-
- <xsl:output method="text"/>
-
- <xsl:template match="//*[@Location]">
- <xsl:value-of select="@Location"/><xsl:text>
-</xsl:text>
- </xsl:template>
- <xsl:template match="text()"/>
-
-</xsl:stylesheet>