On Mar 1, 2007, at 00:25, Andreas L Delmelle wrote:

Sorry, the attribute sets are incomplete. As recently mentioned in another thread, the border-style attribute MUST be included in the sets. If not they revert to the initial value of "none".

So should be something like:

--- Attribute set definition
<xsl:attribute-set name="table-borders">
<xsl:attribute name="border-before-width.length">0.2pt</ xsl:attribute> <xsl:attribute name="border-before-width.conditionality">retain</ xsl:attribute>
  <xsl:attribute name="border-after-width.length">0.2pt</xsl:attribute>
<xsl:attribute name="border-after-width.conditionality">retain</ xsl:attribute> <xsl:attribute name="border-start-width.length">0.15pt</ xsl:attribute>
  <xsl:attribute name="border-end-width.length">0.15pt</xsl:attribute>
  <xsl:attribute name="border-style">solid</xsl:attribute>
  <xsl:attribute name="border-color">black</xsl:attribute>
</xsl:attribute>
<xsl:attribute-set name="cell-borders">
<xsl:attribute name="border-before-width.length">0.05pt</ xsl:attribute> <xsl:attribute name="border-after-width.length">0.05pt</ xsl:attribute> <xsl:attribute name="border-start-width.length">0.05pt</ xsl:attribute>
  <xsl:attribute name="border-end-width.length">0.05pt</xsl:attribute>
  <xsl:attribute name="border-style">solid</xsl:attribute>
  <xsl:attribute name="border-color">black</xsl:attribute>
</xsl:attribute>
---


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to