aboutsummaryrefslogtreecommitdiff
path: root/utility/generator.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'utility/generator.xsl')
-rw-r--r--utility/generator.xsl22
1 files changed, 0 insertions, 22 deletions
diff --git a/utility/generator.xsl b/utility/generator.xsl
deleted file mode 100644
index eb65996..0000000
--- a/utility/generator.xsl
+++ /dev/null
@@ -1,22 +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="generator">
- <xsl:param name="input"/>
- <xsl:param name="transformation"/>
- <xsl:param name="target"/>
-
- <xsl:copy-of select="InputXSLT:generate(
- $input,
- $transformation,
- $target
- )/self::generation"/>
-</xsl:template>
-
-</xsl:stylesheet>