aboutsummaryrefslogtreecommitdiff
path: root/utility/reader.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'utility/reader.xsl')
-rw-r--r--utility/reader.xsl16
1 files changed, 0 insertions, 16 deletions
diff --git a/utility/reader.xsl b/utility/reader.xsl
deleted file mode 100644
index 31d6fcc..0000000
--- a/utility/reader.xsl
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet
- version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xalan="http://xml.apache.org/xalan"
- xmlns:InputXSLT="function.inputxslt.application"
- exclude-result-prefixes="xalan InputXSLT"
->
-
-<xsl:template name="reader">
- <xsl:param name="path"/>
-
- <xsl:copy-of select="InputXSLT:read-file($path)/self::file/*"/>
-</xsl:template>
-
-</xsl:stylesheet>