From f01c6ddb01bc98e75d105241be792215ddc850c7 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 10 Dec 2012 21:25:08 +0000 Subject: [PATCH] Fix bug #3593017 where HTML markup tables not output in namespaced manpages stylesheet. --- releasetools/xslnsfiles/manpages.table.xsl | 73 +++++++++++++++++----- 1 file changed, 58 insertions(+), 15 deletions(-) diff --git a/releasetools/xslnsfiles/manpages.table.xsl b/releasetools/xslnsfiles/manpages.table.xsl index d694e293c..6e8e3399c 100644 --- a/releasetools/xslnsfiles/manpages.table.xsl +++ b/releasetools/xslnsfiles/manpages.table.xsl @@ -1,8 +1,8 @@ + @@ -126,16 +128,16 @@ xmlns:exsl="http://exslt.org/common" - .PP + .sp + . - *[nested table] + *[nested▀table] - .sp -1n @@ -255,7 +257,6 @@ xmlns:exsl="http://exslt.org/common" - @@ -323,10 +324,12 @@ xmlns:exsl="http://exslt.org/common" - + + + - - + + @@ -376,12 +379,12 @@ xmlns:exsl="http://exslt.org/common" Warn + tbl convert - tbl convert : Extracted a nested table + Extracted a nested table - [\fInested table\fR]* + [\fInested▀table\fR]* @@ -437,7 +440,7 @@ xmlns:exsl="http://exslt.org/common" - + @@ -600,7 +603,7 @@ xmlns:exsl="http://exslt.org/common" - + @@ -630,4 +633,44 @@ xmlns:exsl="http://exslt.org/common" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0