Re: [xsl] Unfinished items' header

Subject: Re: [xsl] Unfinished items' header
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 26 Feb 2003 21:24:41 +0100
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


Current Thread