Age | Commit message (Collapse) | Author |
|
|
|
* 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
|
|
* a recent change to InputXSLT enables transformations passed to FunctionGenerate as DOM-trees to behave exactly as if they where located in the same directory as the calling transformation
|
|
* 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
|