From 5a54b5b8150d8bf1ac5db3ac688479b3aca6486d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 23 Aug 2014 00:19:09 +0200 Subject: Replaced FunctionTransform by making the target of FunctionGenerate optional * if the target parameter is not provided FunctionGenerate now performs exactly the same functionality as FunctionTransform * added "boost::optional" specialization to the XObjectValue class * modified test cases accordingly * modified README.md accordingly --- test/transform/transformation.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl index 247a4c6..1409db8 100644 --- a/test/transform/transformation.xsl +++ b/test/transform/transformation.xsl @@ -14,7 +14,7 @@ - @@ -40,7 +40,7 @@ - + -- cgit v1.2.3