diff options
Diffstat (limited to 'test/transform')
-rw-r--r-- | test/transform/test.xsl | 30 | ||||
-rw-r--r-- | test/transform/transformation.xsl | 2 |
2 files changed, 1 insertions, 31 deletions
diff --git a/test/transform/test.xsl b/test/transform/test.xsl deleted file mode 100644 index a9f04a5..0000000 --- a/test/transform/test.xsl +++ /dev/null @@ -1,30 +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:output - method="xml" - omit-xml-declaration="no" - encoding="UTF-8" - indent="yes" -/> - -<xsl:template match="test"> -<test_case> - <transform_test> - <input_entries> - <xsl:copy-of select="./entries/entry"/> - </input_entries> - <parameter_value> - <xsl:value-of select="./parameter/test * 2"/> - </parameter_value> - </transform_test> -</test_case> -</xsl:template> - -</xsl:stylesheet> diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl index 7cfb8f9..247a4c6 100644 --- a/test/transform/transformation.xsl +++ b/test/transform/transformation.xsl @@ -36,7 +36,7 @@ </parameter> </test> </xsl:with-param> - <xsl:with-param name="transformation">test.xsl</xsl:with-param> + <xsl:with-param name="transformation">[test.xsl]</xsl:with-param> </xsl:call-template> </xsl:variable> |