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