From e872033543129071469a0b100c0a36c18a6b519b Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 17 Jul 2014 21:18:25 +0200 Subject: Implemented basic page compilation facilities * 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 --- generate.xsl | 80 ++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 51 insertions(+), 29 deletions(-) (limited to 'generate.xsl') diff --git a/generate.xsl b/generate.xsl index 65a49f3..e0e8121 100644 --- a/generate.xsl +++ b/generate.xsl @@ -14,55 +14,77 @@ indent="yes" /> - - + + - - - - + + - - - - - - - - + + + + - - + + + + + + + + + + + + + + + - - + + + + + + + + + - - - - + + + + + - - + - [source.xsl] + - - - - + + + + + + + + + -- cgit v1.2.3