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: FW: long Tables in docbook using FOP



Greetings,
 
I'm using the latest docbook and FOP and have some valid XML that includes a <table>
that spans more than 1 page.
 
The content is running off the foot of the first page and is not rendering on the second page.
 
 
My parmeter settings:
   <xsl:param name="use.extensions">1</xsl:param>
  <xsl:param name="xep.extensions">1</xsl:param>
  <xsl:param name="fop1.extensions">1</xsl:param>
 
attribute-sets:
<xsl:attribute-set name="formal.object.properties">
  <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
</xsl:attribute-set>
 
 <xsl:attribute-set name="table.table.properties">
  <xsl:attribute name="space-after">8pt</xsl:attribute>
  <xsl:attribute name="space-before">0pt</xsl:attribute>
  <xsl:attribute name="space-before.conditionality">retain</xsl:attribute>
  <xsl:attribute name="space-before.precedence">force</xsl:attribute>
  <xsl:attribute name="clear"><xsl:choose><xsl:when test="../@pgwide = 1 or @pgwide = 1">both</xsl:when><xsl:otherwise>inherit</xsl:otherwise></xsl:choose></xsl:attribute>
  <xsl:attribute name="span"><xsl:choose><xsl:when test="../@pgwide = 1 or @pgwide = 1">all</xsl:when><xsl:otherwise>inherit</xsl:otherwise></xsl:choose></xsl:attribute>
  <xsl:attribute name="space-after.conditionality">retain</xsl:attribute>
  <xsl:attribute name="space-after.precedence">force</xsl:attribute>
  <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
 </xsl:attribute-set>

<xsl:attribute-set name="table.properties">
  <xsl:attribute name="keep-together.within-column">auto</xsl:attribute>
</xsl:attribute-set>
 
 
Everything else uses standard docbook stylesheet code.
 
When I use <informaltable> it works...but I loose my <title> which I really need.
 
Any suggestions?
 
Thanks,
 
David White



Need to know the score, the latest news, or you need your HotmailŪ-get your "fix". Check it out.


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