This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.
------------------------------------------------------------------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]