From 7e27e66b7e01cec8f0adc8aaaa0f569b283c1b56 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Jul 2016 19:36:11 +0200 Subject: html output: Remove namespaces from root --- xsl/convert-xhtml-to-html.xsl | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'xsl') diff --git a/xsl/convert-xhtml-to-html.xsl b/xsl/convert-xhtml-to-html.xsl index 54a651b..67f6363 100644 --- a/xsl/convert-xhtml-to-html.xsl +++ b/xsl/convert-xhtml-to-html.xsl @@ -1,11 +1,12 @@ + xmlns:svg="http://www.w3.org/2000/svg" + exclude-result-prefixes="html xlink svg" + > + + + + + + + -- cgit