aboutsummaryrefslogtreecommitdiff
path: root/utility/transformer.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/transformer.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/transformer.xsl')
-rw-r--r--utility/transformer.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/transformer.xsl b/utility/transformer.xsl
index 6c85a4e..0812f33 100644
--- a/utility/transformer.xsl
+++ b/utility/transformer.xsl
@@ -13,7 +13,7 @@
<xsl:copy-of select="InputXSLT:transform(
$input,
- string($transformation)
+ $transformation
)/self::transformation/*"/>
</xsl:template>