aboutsummaryrefslogtreecommitdiff
path: root/utility/helper.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'utility/helper.xsl')
-rw-r--r--utility/helper.xsl20
1 files changed, 0 insertions, 20 deletions
diff --git a/utility/helper.xsl b/utility/helper.xsl
deleted file mode 100644
index 84b6b31..0000000
--- a/utility/helper.xsl
+++ /dev/null
@@ -1,20 +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="formatter">
- <xsl:param name="format"/>
- <xsl:param name="source"/>
-
- <xsl:copy-of select="InputXSLT:external-command(
- $format,
- $source
- )/self::command/node()"/>
-</xsl:template>
-
-</xsl:stylesheet>