xmlgraphics-fop-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From Paige Balter <pai...@webpaigednd.com>
Subject Repeating table/group headers on subsequent pages
Date Mon, 11 Aug 2008 20:51:44 GMT
The XML:

<?xml version="1.0" encoding="utf-8"?>
<PIPELINEREPORT>
<ROW ROWNUM="1">
  <Focus>Education</Focus>
  <Organization>ORG1</Organization>
  <Project>PRJ1</Project>
  <Status>STAT1</Status>
  <Primary_Sector></Primary_Sector>
  <Amount>$1.00</Amount>
  <Funding_Type>FT1</Funding_Type>
</ROW>
<ROW ROWNUM="2">
  <Focus></Focus>
  <Organization>ORG2</Organization>
  <Project>PRJ2</Project>
  <Status>STAT2</Status>
  <Primary_Sector></Primary_Sector>
  <Amount>$1.00</Amount>
  <Funding_Type>FT2</Funding_Type>
</ROW>
<ROW ROWNUM="3">
  <Focus></Focus>
  <Organization>ORG3</Organization>
  <Project>PRJ3</Project>
  <Status>STAT3</Status>
  <Primary_Sector></Primary_Sector>
  <Amount>$1.00</Amount>
  <Funding_Type>FT3</Funding_Type>
</ROW>
<ROW ROWNUM="4">
  <Focus>Inventor Support</Focus>
  <Organization>ORG4</Organization>
  <Project>PRJ4</Project>
  <Status>STAT4</Status>
  <Primary_Sector></Primary_Sector>
  <Amount>$1.00</Amount>
  <Funding_Type>FT4</Funding_Type>
</ROW>
<ROW ROWNUM="5">
  <Focus></Focus>
  <Organization>ORG5</Organization>
  <Project>PRJ5</Project>
  <Status>STAT5</Status>
  <Primary_Sector></Primary_Sector>
  <Amount>$1.00</Amount>
  <Funding_Type>FT5</Funding_Type>
</ROW>


The output I want:

Education
----------------------------------------------------------------------------------------------
| Organization | Project | Status | Primary Sector | Amount | Funding Type |
----------------------------------------------------------------------------------------------
ORG1              PRJ1    STAT1                               $1.00   FT1
----------------------------------------------------------------------------------------------
ORG2              PRJ2    STAT2                               $1.00   FT2
----------------------------------------------------------------------------------------------
ORG3              PRJ3    STAT3                               $1.00   FT3
----------------------------------------------------------------------------------------------
Inventor Support
----------------------------------------------------------------------------------------------
| Organization | Project | Status | Primary Sector | Amount | Funding Type |
----------------------------------------------------------------------------------------------
ORG4              PRJ4    STAT4                               $1.00   FT4
----------------------------------------------------------------------------------------------
ORG5              PRJ5    STAT5                               $1.00   FT5
----------------------------------------------------------------------------------------------

I have everything in place.  The last, crucial missing piece is, if, 
say, the report breaks between the ORG4 and ORG5 rows, how do I get the 
rows:

Inventor Support
----------------------------------------------------------------------------------------------
| Organization | Project | Status | Primary Sector | Amount | Funding Type |


To appear at the top of the next page?  I know table-header-markers 
aren't supported yet.  Is page markers the way to go?  If so, I am 
struggling with how to use them to get these results.

Thank you for any help you can give me.

~Paige
----------------------------------------------------------------


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


Mime
View raw message