From c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Mon, 12 May 2014 18:49:24 +0200 Subject: Implemented basic external transform function * "InputXSLT:transform" expects two input arguments and executes the given transformation into the given target file ** this function respresents a important step in the direction of making it possible to write an actual static site generator on top of InputXSLT using XSLT * added basic "transform" test case * updated README.md to include this new function --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5173ef4..da44f2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ set( src/function/read_file.cc src/function/read_xml_file.cc src/function/read_directory.cc + src/function/transform.cc src/support/filesystem_context.cc src/support/stylesheet_parameter_guard.cc src/support/dom/document_cache.cc -- cgit v1.2.3