[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: xslfo table paging

Subject: Re: xslfo table paging
From: Max <max@xxxxxxxxxxx>
Date: Wed, 16 Jul 2008 15:14:43 +0100
Re:  xslfo table paging
philip.vallone@xxxxxxxxxxx wrote:
Hi Max,

It looks like you are only declaring one column

<fo:table-column column-width="proportional-column-width(1)"/>

but have two. Is this correct?

Phil

From: Max <max@xxxxxxxxxxx>
Date: 2008/07/16 Wed AM 08:06:20 CDT
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  xslfo table paging

Hey there, I'm new to this list. *waves*
I'm trying to convert some XML into PDF via XSL:FO and XSLT. I have a (mostly) working XML schema and XSLT however I need to split some data into two columns over several pages and I can't get the data in the table to fill the left column on page one then the right column on page one and continued for pages two and three.


I'm using the PHP (5.5.2) for the transforms and apache fop 0.95beta for the fo to PDF.

Regards Max

Kinda, thats the xslt so it uses 100% of the width of the available doc and then divides it into the number of columns given. So the xml look likes this

<table border='1'>
<tbody>
  <tr>
      <td>One</td>
      <td>Two</td>
  </tr>
  <tr>
      <td>Three</td>
      <td>Four</td>
  </tr>
</tbody>
</table>

Max

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.