diff options
Diffstat (limited to 'test/transform/transformation.xsl')
-rw-r--r-- | test/transform/transformation.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl index 6bc759d..0c6173d 100644 --- a/test/transform/transformation.xsl +++ b/test/transform/transformation.xsl @@ -40,7 +40,7 @@ <xsl:choose> <xsl:when test="xalan:nodeset($result)/transformation/@result = 'success'"> <xsl:copy-of select=" - InputXSLT:read-xml-file('test_actual.xml')/test_case/transform_test/* + InputXSLT:read-file('test_actual.xml')/test_case/transform_test/* "/> </xsl:when> <xsl:otherwise> |