aboutsummaryrefslogtreecommitdiff
path: root/summarize.xsl
AgeCommit message (Collapse)Author
2014-09-04Moved generation stage stylesheets into "detail" folderAdrian Kummerlaender
* they are read by FunctionReadFile to and passed to FunctionGenerate as a DOM tree to execute them as if they where located in the parent directory ** this is required so they behave as expected without requiring all paths to be absolute * this change was implemented to make it clear that "make.xsl" is the main generation stylesheet ** additionally this further separates the framework implementation from the site-specific stylesheets and contents
2014-08-28Added formatted error output to the summarize transformationAdrian Kummerlaender
* generation errors are returned in the "log" node of the appropriate task node * "summarize.xsl" transforms the nodes of all failed tasks into a easily readable plain-text version ** the output is specialized on the different task types
2014-08-24Implemented basic generation summaryAdrian Kummerlaender
* "summarize.xsl" processes the result-tree of "process.xsl" and outputs a basic plain-text summary ** the plain-text summary is returned as the sole result of calling "make.xsl" * this approach should be easily extensible into i.e. a verbose version in the future * unraveled "make.xsl" structure into separate variables