summaryrefslogtreecommitdiff
path: root/ext/xsl/tests/area_list.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xsl/tests/area_list.xsl')
-rw-r--r--ext/xsl/tests/area_list.xsl10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/xsl/tests/area_list.xsl b/ext/xsl/tests/area_list.xsl
deleted file mode 100644
index e0c88c6215..0000000000
--- a/ext/xsl/tests/area_list.xsl
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
- <xsl:output method="text" encoding="UTF-8"/>
-
- <xsl:key name="area" match="ROW" use="substring(translate(AREA_NAME, '&quot;', ''), 1, 1)"/>
-<xsl:template match="*">
- HERE
-</xsl:template>
-</xsl:stylesheet>