Subject: Re: [xsl] question on EXSLT data partitioning From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Tue, 19 Oct 2010 17:10:13 +0200 |
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.
Below is the simplified input, partition size is N=3 and the requested output. Below that is the solution I provided.
Here are my questions: * can this task be done without recursion in EXSLT? [the colleage did not like the idea of doing the partitioning with just XPath (1<=position()<=1000, 1001<=position()<=2000, ...) because of the 6 digit number of entities]
Martin Honnen http://msmvps.com/blogs/martin_honnen/
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
[xsl] question on EXSLT data partit, Hermann Stamm-Wilbra | Thread | Re: [xsl] question on EXSLT data pa, Hermann Stamm-Wilbra |
[xsl] question on EXSLT data partit, Hermann Stamm-Wilbra | Date | Re: [xsl] question on EXSLT data pa, Michael Kay |
Month |