Subject: RE: Incrementing a Global variable
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Thu, 28 Aug 2003 13:09:37 +0100
|
>
> Problem: print a list of students, grouping the students by their
> language and printing a blank line between each group.
> Number the blank
> lines in addition to the lines with students' names.
>
I think the best solution to this kind of problem is to do two passes.
First generate the lines, then number them.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|