By default, border-after-width.conditionality is "discard" which omits
the border line at a break. You can set
border-after-with.conditionality="retain" and the border will appear
again. Same on border-before-with on the top of the following page.

See: http://www.w3.org/TR/xsl11/#border-after-width

On 28.09.2010 21:11:40 Anil Pinto wrote:
> Hello,
> 
> We have been using FOP in our solution for quite a few years now and are
> very pleased with the product!
> 
> I have a question pertaining to the recently release version 1.0
> 
> We have noiticed that when creating documents with tables, if the table
> expands tro the next page, in previous versions if the table breaks in
> between a row, the row on the curent page ends with a horizontal line and
> the table then continues with a header on the next page, followed by the
> rest of the contents of the row below the header.
> 
> In the new version, the current page row does not seem to end with a
> horizontal line i.e. it seems like the text is just hanging. The rest of the
> behavior is the on the next page is as in the older version.
> 
> Is there a way we can get FOP to show that horizontal line that it
> previously did in older versions?
> 
> 
> Here is kind of a visual indication (in text format) to help describe what I
> see.
> 
> 
> ################ FOP 1.0 #################
> 
> ==== Current Page =====
> 
> +---------------------+
> | Head1    | Head2    |
> +---------------------+
> |  Row 1   |          |
> |          |          |
> |----------|----------|
> |  Row 2   |          |
> |          |          |       <-------- There is no terminator line.
> 
> ==== Next Page =====
> 
> +---------------------+
> | Head1    | Head2    |
> +---------------------+
> |  Row 2   |          |
> |----------|----------|
> |    :     |    :     |
> 
> 
> 
> ################ FOP (older) #################
> 
> ==== Current Page =====
> 
> +---------------------+
> | Head1    | Head2    |
> +---------------------+
> |  Row 1   |          |
> |          |          |
> |----------|----------|
> |  Row 2   |          |
> |          |          |
> +----------|----------+        <-------- This line is missing in the newer
> version for the same XSL
> 
> ==== Next Page =====
> 
> +---------------------+
> | Head1    | Head2    |
> +---------------------+
> |  Row 2   |          |
> +----------|----------|
> |    :     |    :     |
> 
> 
> I am sorry I have not included the XML and XSL due to customer data
> confidentiality restrictions. If absolutely required I will have to make
> some time and do a lot of cleaning before I can pass those along.
> 
> Any suggestions to get that line in there is greatly appreciated.
> 
> Thank you,
> Anil Pinto.




Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to