[xsl] Unfinished items' header

Subject: [xsl] Unfinished items' header
From: PIERRES@xxxxxxxx
Date: Wed, 26 Feb 2003 17:55:56 +0800
Hi,

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. I want the result like the following:

Page 1:

Category A
    Item A1
    Item A2
    Item A3

Category B
   Item B1
   Item B2
   Item B3
       .
       .
       .
   Item B66


Page 2:

Category B (cont)
    Item B67
    Item B68


I'm so appreciated if anyone knows the solution.

Thanks!
Pierre So

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


Current Thread