Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-16 | Added XObjectPtr parameter to FunctionTransform | Adrian Kummerländer | |
* the given XObject is passed to the called transformation ** this was done to enable templates to pass information to each other ** this should support any type usable in a XPath context to be passed as an argument * expanded FunctionTransform test case accordingly | |||
2014-05-12 | Implemented basic external transform function | Adrian Kummerländer | |
* "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 |