aboutsummaryrefslogtreecommitdiff
path: root/test/transform/reference.xml
diff options
context:
space:
mode:
authorAdrian Kummerländer2014-05-28 21:51:39 +0200
committerAdrian Kummerländer2014-05-28 21:51:39 +0200
commit5859cb6af4a5136a96971c47e41e6195007ef944 (patch)
tree77431a85377b3b3742bcdb6c30526d957f9f61c1 /test/transform/reference.xml
parent802d416040aa31d72defa7a9227cd31b0885bc60 (diff)
downloadInputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.tar
InputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.tar.gz
InputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.tar.bz2
InputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.tar.lz
InputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.tar.xz
InputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.tar.zst
InputXSLT-5859cb6af4a5136a96971c47e41e6195007ef944.zip
Implemented basic ErrorHandler
* InputXSLT::ErrorHandler is derived from xercesc::ErrorHandler and enables contextual printing of transformation errors ** currently this means that the error messages passed to std::cerr contain the full path of the offending transformation * added input trimming to the external transform function ** calls to this function from inside a transformation may contain unnecessary whitespace characters which disrupt further processing
Diffstat (limited to 'test/transform/reference.xml')
-rw-r--r--test/transform/reference.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/transform/reference.xml b/test/transform/reference.xml
index 5d45081..bef43e4 100644
--- a/test/transform/reference.xml
+++ b/test/transform/reference.xml
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<test_case>
-<transform_test>
<parameter_value>42</parameter_value>
-</transform_test>
</test_case>