From 5b81a5923de0a5a0e7dd903ac9f8c80ad3536b97 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 8 Jul 2002 13:44:18 +0000 Subject: [PATCH] Bug #567130: make sure literallayout children don't get lost --- xsl/html/html-rtf.xsl | 80 +++++++++++++++++++++++++++++++++++++++++++ xsl/html/verbatim.xsl | 66 +++++++++-------------------------- 2 files changed, 96 insertions(+), 50 deletions(-) diff --git a/xsl/html/html-rtf.xsl b/xsl/html/html-rtf.xsl index bfb4cfe01..898a2e545 100644 --- a/xsl/html/html-rtf.xsl +++ b/xsl/html/html-rtf.xsl @@ -199,6 +199,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+
+
+ + + + + + + + + + + + + + +
+
+ + + + + + + + + + +
+
+
+
+ diff --git a/xsl/html/verbatim.xsl b/xsl/html/verbatim.xsl index e638ce365..02282d152 100644 --- a/xsl/html/verbatim.xsl +++ b/xsl/html/verbatim.xsl @@ -3,7 +3,8 @@ xmlns:sverb="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Verbatim" xmlns:xverb="com.nwalsh.xalan.Verbatim" xmlns:lxslt="http://xml.apache.org/xslt" - exclude-result-prefixes="sverb xverb lxslt" + xmlns:exsl="http://exslt.org/common" + exclude-result-prefixes="sverb xverb lxslt exsl" version='1.0'> - - + + - - - - - -
-
- - - - - - - - - - -
+ + +
-- 2.50.1