aboutsummaryrefslogtreecommitdiff
path: root/utility/datasource.xsl
AgeCommit message (Collapse)Author
2014-08-06Improved automatic source code highlightingAdrian Kummerlaender
* disable indentation in both the page and datasource master stylesheets ** indentation was interfering with correct output of formatted code * simplified call to formatter helper template
2014-07-26Removed unnecessary namespace declarationsAdrian Kummerlaender
* xalan and/or InputXSLT namespace should only be included when they are actually required
2014-07-25Added root variable to datasource templateAdrian Kummerlaender
* this was done to simplifiy support data queries while resolving the main datasource
2014-07-17Implemented basic page compilation facilitiesAdrian Kummerlaender
* templates in 'template/compiler' are automatically generated ** required datasources are extracted and merged automatically ** 'pages.xsl' is currently a dummy compiler * moved context helper templates into context stylesheet * added compiler directory to meta DOM * modified generator and transformer helper templates to enable usage of DOM as input
2014-07-16Added datasource master templateAdrian Kummerlaender
* handles basic output structure * provides XSLT standard template "text()/@*" redefinition to prevent unwanted output of unmatched elements