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/read_directory/reference.xml | 1 +
1 file changed, 1 insertion(+)
(limited to 'test/read_directory')
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 @@
- read_xml_file
- common
- read_file
+- transform
- default_params
--
cgit v1.2.3