[Home] [By Thread] [By Date] [Recent Entries]
On 07.11.2017 19:03, Michael Friedman sumarimike@xxxxxxxxx wrote:
I am struggling with taking a collection of <day> elements and formatting them in groups of 5, to simulate a weekday calendar in PDF output. I've looked through the archives and not been able to find anything that gets me further than where I am stuck. <xsl:template match="course"> The usual approach with positional grouping is by <xsl:for-each-group select="descendant::day" group-adjacent="(position() - 1) idiv 5"> <xsl:sort select="position()" order="ascending" data-type="number"/> Not sure what sorting groups by ascending position is supposed to achieve. <fo:table-row height="15pt" background-color="gray" border-top="1pt solid black">
|

Cart



