Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-05 | Changed make and summarization output method to text | Adrian Kummerlaender | |
* the summarization is generated as plain text and is the sole output of the make stylesheet ** i.e. the correct XSL output method is text, not xml | |||
2014-09-04 | Moved generation stage stylesheets into "detail" folder | Adrian 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 |