diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-28 17:27:34 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-28 17:27:34 +0100 |
commit | 5ca7edc989e397fd72c3c5272add772b1997c690 (patch) | |
tree | fa3a0d9bece70f1a2a299849ed93fb950526e132 /xsl | |
parent | 823e6df0a664e7fd711c13906d00a8accd938337 (diff) | |
download | mutti-web-5ca7edc989e397fd72c3c5272add772b1997c690.tar.gz mutti-web-5ca7edc989e397fd72c3c5272add772b1997c690.tar.bz2 mutti-web-5ca7edc989e397fd72c3c5272add772b1997c690.zip |
xsl: Execlude web-tpl namespace from result
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/common.xsl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl index 17bb576..82bafc8 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" + exclude-result-prefixes="s" xmlns="http://www.w3.org/1999/xhtml" xmlns:s="https://beratung-franzke.de/web-tpl" xmlns:html="http://www.w3.org/1999/xhtml"> |