Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-05-08 | Removed gtest based test cases and added program options | Adrian Kummerländer | |
* selectively testing document construction in plain C++ code has turned out to be more work than worth it ** i.e. removed test cases and GTest dependency * added boost::program_options based frontent to InputXSLT ** example command: "./test --transformation ../dummy/transform.xsl --target out.xml" ** the plan is to use a simple shell script that generated test transformations and compares the output to reference files | |||
2014-04-28 | Added basic README.md | Adrian Kummerländer | |