aboutsummaryrefslogtreecommitdiff
path: root/test/transform/transformation.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/transformation.xsl')
-rw-r--r--test/transform/transformation.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl
index 3582527..686bbf5 100644
--- a/test/transform/transformation.xsl
+++ b/test/transform/transformation.xsl
@@ -49,7 +49,7 @@
<xsl:variable name="writerResult">
<xsl:call-template name="writer">
<xsl:with-param name="file" select="string($target)"/>
- <xsl:with-param name="content" select="xalan:nodeset($transformerResult)/transformation/text()"/>
+ <xsl:with-param name="content" select="xalan:nodeset($transformerResult)/transformation/*"/>
</xsl:call-template>
</xsl:variable>