|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: send overflow to row below
At 2004-10-04 12:10 +0100, James Steven wrote:
I'm using xsl-fo to produce a table. The table is formatted fine apart from one column which has an overflow because of the page size. An overflow on this particular column is expected except that I would like the overflow to continue on the row below. Instead the table is formatted so that the content of the column starts one or two rows above that of the row where it should start. How can I change the xsl-fo to make the overflow go below the row the content should be formatted on and not above? Your formatter is giving you what you have asked for, not what you want. eg. Currently the xml-fo is formats the table as: I noted in your attributes the following: <xsl:attribute name="display-align">after</xsl:attribute> This property will give you what you are seeing: the display alignment of each of your cells is to the after edge of the cell, not to the default which is the before edge of the cell. Either remove the property or override the property with display-align="before" for your table header cells and they will align as you desire. I hope this helps. ............................. Ken
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








