summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 13:35:55 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 13:38:07 +0200
commita3cfb91fee1d418024156758e33c566f3f21e0c0 (patch)
tree65c2c53f8e77c374b178dd0fce4ce96ac8c68bd4 /xsl/common.xsl
parent9de55450199a01dc406c52a27b0098ca0520f0a0 (diff)
downloadmutti-web-a3cfb91fee1d418024156758e33c566f3f21e0c0.tar.gz
mutti-web-a3cfb91fee1d418024156758e33c566f3f21e0c0.tar.bz2
mutti-web-a3cfb91fee1d418024156758e33c566f3f21e0c0.zip
xsl/layout.xsl: Use xsl:text throughout the document
..to allow the xml write to inline the entire markup
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index 07acb7d..4722eb3 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -25,6 +25,11 @@
doctype-system="about:legacy-compat"
/>
+ <!--
+ Removes leading and traling spaces, that we probably need!
+ <xsl:template match="text()" mode="html"><xsl:value-of select="normalize-space(.)"/></xsl:template>
+ -->
+
<xsl:template match="html:*" mode="html">
<xsl:copy>
<!--<xsl:element name="{local-name()}">-->