Got it to work using..
<xsl:variable name="xtra_line s" select="number( 20 - (count(orders/item[comments = 'N']) mod 20))"/>
Ian
User Profile
Collapse
-
XSL - Positions
Hi All,
I use this variable to get the amount of lines i need to pad out an fop document
<xsl:variable name="xtra_line s" select="number( 20 - (count(orders/item) mod 20))"/>
XML layout
<orders>
<item comment='Y'>
....
</item>
<item comment='N'>
....
</item>
</orders>
...
No activity results to display
Show More
Leave a comment: