aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-16Added datasource master templateAdrian Kummerlaender
* handles basic output structure * provides XSLT standard template "text()/@*" redefinition to prevent unwanted output of unmatched elements
2014-07-16Restructured to enable automatic datasourcesAdrian Kummerlaender
* i.e. first the content source is mapped * after that every transformation in 'template/datasource/' is called using the content map as input ** the output of the datasource transformations is stored in 'datasource/'
2014-07-15Added "transform_in_context" helper templateAdrian Kummerlaender
* handles inclusion of the meta DOM in the input source of transformations called through that template ** i.e. simplifies transformation chaining
2014-07-14Initial commit of basic generator structureAdrian Kummerlaender
* including example data and current "/home/adrian" layout