[Home] [By Thread] [By Date] [Recent Entries]
Hermann Stamm-Wilbrandt wrote:
yesterday I was asked by a colleague on data partitioning. He wanted to partition 100000s of Entities in blocks of 1000 for sending a single Database update for 1000 entities. It should be possible without recursion <xsl:for-each select="Entity[(position() - 1) mod $N = 0]"> <arguments> <xsl:apply-templates select=". | following-sibling::Entity[position() < $n"/> </arguments> </xsl:for-each> But I am not sure whether that is the approach you don't want. -- Martin Honnen http://msmvps.com/blogs/martin_honnen/
|

Cart



