OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Table borders, page breaks, and XEP


Christopher R. Maden wrote:

> This is due to a rigorous interpretation of the .conditionality component
> of border-before-width.  The formal.xsl stylesheet should set:
> 
> <fo:table border-collapse="collapse"
>   border-before-width.conditionality="retain">
> 
> This could be done in the table.frame named template instead.

This is already implemented in the latest stylesheets. See the following 
attribute set:

<xsl:attribute-set name="table.table.properties">
   <xsl:attribute 
name="border-before-width.conditionality">retain</xsl:attribute>
   <xsl:attribute name="border-collapse">collapse</xsl:attribute>
</xsl:attribute-set>

You can customize this attribute to add also 
border-after-width.conditionality.

-- 
------------------------------------------------------------------
   Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
   Profesionální školení a poradenství v oblasti technologií XML.
         Úvod do XML 3.5.            DocBook 18.-19.5.
         XSLT 24.-26.5.              XML pro vývojáře 7.-8.6.
------------------------------------------------------------------

S/MIME Cryptographic Signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]