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 --- test/transform/transformation.xsl | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 test/transform/transformation.xsl (limited to 'test/transform/transformation.xsl') diff --git a/test/transform/transformation.xsl b/test/transform/transformation.xsl new file mode 100644 index 0000000..9039642 --- /dev/null +++ b/test/transform/transformation.xsl @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + -- cgit v1.2.3