From: Michael Smith Date: Tue, 19 Jun 2007 13:33:52 +0000 (+0000) Subject: Added support to mixed-block template for handling tables in X-Git-Tag: release/1.79.1~6^2~2143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18dc5c69ec65382d59e94dcf7acc5e31ac62a989;p=docbook-dsssl Added support to mixed-block template for handling tables in mixed-blocks (e.g., as child of para) correctly. --- diff --git a/xsl/manpages/utility.xsl b/xsl/manpages/utility.xsl index 8fe7e5d67..249efcbb0 100644 --- a/xsl/manpages/utility.xsl +++ b/xsl/manpages/utility.xsl @@ -184,7 +184,8 @@ self::simplelist[@type !='inline']| self::segmentedlist| self::caution|self::important| - self::note|self::tip|self::warning)"> + self::note|self::tip|self::warning| + self::table|self::informaltable)"> @@ -217,7 +218,9 @@ self::address or self::literallayout or self::programlisting or - self::screen + self::screen or + self::table or + self::informaltable ] ) "> @@ -283,7 +286,10 @@ preceding-sibling::important| preceding-sibling::note| preceding-sibling::tip| - preceding-sibling::warning)"> + preceding-sibling::warning| + preceding-sibling::table| + preceding-sibling::informaltable + )"> .RS @@ -319,7 +325,9 @@ important| note| tip| - warning"> + warning| + table| + informaltable"> .RE