From 0f059c3be087aa95a0df2c0c74417ff9fe6d9504 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Tue, 25 Oct 2011 13:46:25 +0000 Subject: [PATCH] Handle namespaced elements without prefix in a special way in order to prevent copying excessive namespace declarations. --- xsl/template/titlepage.xsl | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/xsl/template/titlepage.xsl b/xsl/template/titlepage.xsl index 987f13b66..48833a201 100644 --- a/xsl/template/titlepage.xsl +++ b/xsl/template/titlepage.xsl @@ -686,10 +686,20 @@ straight through into the result tree. - - - - + + + + + + + + + + + + + + @@ -704,9 +714,20 @@ straight through into the result tree. - - - + + + + + + + + + + + + + + -- 2.50.1