aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-13Added invalid mode error handling and unified xpath mode namingAdrian Kummerlaender
* invalid target and datasource modes are now handled as terminating XSLT messages and are not silently dropped anymore * datasource xpath expression and target xpath expression mode are now uniformly named "xpath"
2014-10-12Extracted the static site generation framework into BuildXSLT moduleAdrian Kummerlaender
* i.e. the `detail` transformation chain of [blog.kummerlaender.eu](https://github.com/KnairdA/blog.kummerlaender.eu/) * added module defintion file `StaticXSLT.xml` * revamped documentation accordingly * added MIT license