From 6287d15482f094d2d8d3132da291189a798f7355 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Tue, 1 Apr 2008 15:02:33 +0000 Subject: [PATCH] Don't use xsl:copy because it forces the resulting element to be in the same namespace as the source element; in the XHTML stylesheets, that's wrong. But the HTML-to-XHTML converter does the right thing with literal result elements, so use one of them. --- xsl/html/formal.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xsl/html/formal.xsl b/xsl/html/formal.xsl index 2e45709c3..7e66e5917 100644 --- a/xsl/html/formal.xsl +++ b/xsl/html/formal.xsl @@ -185,13 +185,13 @@ - + - +
-- 2.40.0