RE: [xsl] Unfinished items' header

Subject: RE: [xsl] Unfinished items' header
From: PIERRES@xxxxxxxx
Date: Thu, 27 Feb 2003 12:59:08 +0800
Thank you very much! I think I could use markers to handle it.

Thanks!
Pierre So

-----Original Message-----
From: J.Pietschmann [mailto:j3322ptm@xxxxxxxx]
Sent: Thursday, February 27, 2003 4:25 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Unfinished items' header


PIERRES@xxxxxxxx wrote:
> I have a question again. I want to generate a bill statement in which all
> chargable items are grouped by some categories, and I want to print the
> categories heading first, then the details of the chargable items on each
> line. But how can I to specify in XSL to reprint the category heading when
> page-break occurs because of too many lines of items printed in previous
> page.

Approach 1: Put the Items in a table and the category
into the table header. Set omit-header-at-page-break to
false.
Approach 2: Use markers. This is probably a bit trickier.

J.Pietschmann


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread