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".
http://www.msnmobilefix.com/Default.aspx

Reply via email to