From dc521fdb9c8f782da8664a6990c5accfc71c00aa Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Fri, 29 Apr 2005 20:05:36 +0000 Subject: [PATCH] Fixed bug #1189965. Titlepages with element content only (no text interleaved) are not discarded anymore. --- xsl/template/titlepage.xsl | 125 +++++++++++++++++++++++++------------ 1 file changed, 84 insertions(+), 41 deletions(-) diff --git a/xsl/template/titlepage.xsl b/xsl/template/titlepage.xsl index eb333a0d1..e7f183b51 100644 --- a/xsl/template/titlepage.xsl +++ b/xsl/template/titlepage.xsl @@ -4,7 +4,8 @@ xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param" xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" xmlns:fo="http://www.w3.org/1999/XSL/Format" - exclude-result-prefixes="doc t param" + xmlns:exsl="http://exslt.org/common" + exclude-result-prefixes="doc t param exsl" version='1.0'> - - - - - / - - - - - - - - - - / - - - - - - - - + + + + + / + + + + + + + + + + / + + + + + + + + @@ -1005,21 +1048,21 @@ names. - - - - - - - - - / - - - - - - + + + + + + + + + / + + + + + + -- 2.40.0