From 55639568a5c4f9f58d38d4f92bb6b8e7d760294e Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 19 Jul 2014 14:32:15 +0200 Subject: Reactivated basic page generation * page template is called by the pages compiler * modified master transformation to match new meta structure * the context variable needed by the context transformation now has to be defined in every template using the transformation ** this is needed to accomodate different input DOM structures --- template/compiler/pages.xsl | 10 +++++++++- template/output/master.xsl | 18 +++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) (limited to 'template') diff --git a/template/compiler/pages.xsl b/template/compiler/pages.xsl index f4ada83..dbde8c9 100644 --- a/template/compiler/pages.xsl +++ b/template/compiler/pages.xsl @@ -14,12 +14,20 @@ indent="yes" /> + + + + - Compile page: + + + + + diff --git a/template/output/master.xsl b/template/output/master.xsl index e2b77b4..fa00f9e 100644 --- a/template/output/master.xsl +++ b/template/output/master.xsl @@ -25,7 +25,7 @@ <xsl:call-template name="title-text"/> - + @@ -33,13 +33,13 @@
@@ -50,8 +50,8 @@
-- cgit v1.2.3