aboutsummaryrefslogtreecommitdiff
path: root/utility/generator.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-07-17 21:18:25 +0200
committerAdrian Kummerlaender2014-07-17 21:18:25 +0200
commite872033543129071469a0b100c0a36c18a6b519b (patch)
treee1124031a12423acfa9cb45dc7fef30c8dab4a3f /utility/generator.xsl
parent56e46331c3cb503baa2d3f8004dc0725baf51a0a (diff)
downloadblog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.tar
blog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.tar.gz
blog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.tar.bz2
blog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.tar.lz
blog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.tar.xz
blog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.tar.zst
blog.kummerlaender.eu-e872033543129071469a0b100c0a36c18a6b519b.zip
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
Diffstat (limited to 'utility/generator.xsl')
-rw-r--r--utility/generator.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/utility/generator.xsl b/utility/generator.xsl
index ca6f0c3..eb65996 100644
--- a/utility/generator.xsl
+++ b/utility/generator.xsl
@@ -14,8 +14,8 @@
<xsl:copy-of select="InputXSLT:generate(
$input,
- string($transformation),
- string($target)
+ $transformation,
+ $target
)/self::generation"/>
</xsl:template>