From a8be7f7dde5cf0d51026de0e6bc4d0f59f41c4b6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 27 Jun 2014 21:35:46 +0200 Subject: Updated README.md and added "write-file" test case * slightly improved FunctionTransform test case utility templates --- test/write_file/reference.xml | 3 +++ test/write_file/transformation.xsl | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 test/write_file/reference.xml create mode 100644 test/write_file/transformation.xsl (limited to 'test/write_file') diff --git a/test/write_file/reference.xml b/test/write_file/reference.xml new file mode 100644 index 0000000..ba10cf5 --- /dev/null +++ b/test/write_file/reference.xml @@ -0,0 +1,3 @@ + +Hello world! + diff --git a/test/write_file/transformation.xsl b/test/write_file/transformation.xsl new file mode 100644 index 0000000..f65e62d --- /dev/null +++ b/test/write_file/transformation.xsl @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + Error during file io + + + + + -- cgit v1.2.3