diff options
author | Adrian Kummerländer | 2014-05-12 18:49:24 +0200 |
---|---|---|
committer | Adrian Kummerländer | 2014-05-12 18:49:24 +0200 |
commit | c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d (patch) | |
tree | d76ed8e9934ac6b79aabf76a7f401cfa72d37f7b /test/read_directory | |
parent | 20fca5978b55606062cdaf4c94dec82f5318a62a (diff) | |
download | InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.tar InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.tar.gz InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.tar.bz2 InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.tar.lz InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.tar.xz InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.tar.zst InputXSLT-c4fcfa9b39d9c29ecbc3ac1c12b7e5b2beb24a6d.zip |
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
Diffstat (limited to 'test/read_directory')
-rw-r--r-- | test/read_directory/reference.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/read_directory/reference.xml b/test/read_directory/reference.xml index 76fb84f..fedd903 100644 --- a/test/read_directory/reference.xml +++ b/test/read_directory/reference.xml @@ -5,6 +5,7 @@ <item>read_xml_file</item> <item>common</item> <item>read_file</item> +<item>transform</item> <item>default_params</item> </function_read_directory> </test_case> |