From: Norman Walsh Date: Tue, 1 Apr 2008 15:02:33 +0000 (+0000) Subject: Don't use xsl:copy because it forces the resulting element to be in the same namespac... X-Git-Tag: release/1.79.1~6^2~1363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=499266018d06195829787d1d8a34aca13b44cfcc;p=docbook-dsssl 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. --- 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 @@ - + - +