Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
Yesterday looking a XML editor to edit complex xml files that I have in a Project that E&Y did in my company, I downloaded a trial version from Stylus Studio XML IDE and I’m really surprised. We could make a hard work in minutes. (Edit the data in a grid, sort the grid by levels and sublevels etc...) Normally I dont need tools like this for my diary work but I am considering this for my personal use (home edition is only 49$.) Later in house, I was testing the Stylus Studio WYSIWYG, with an xsl that I was using with the csegRollUp webart, and in the midnight I added a new feature to csegRollUp webpart and also fixed a little problem.The new feature is that you can use two params in the xslt file to make the webpart pageable.
4: <xsl:param name="CurrentPage"/>5: <xsl:param name="RecordCount"/>
Then you can write a simple xsl with Previous and Next Page, that shows like this...
The querystring parameter is always "page" and at the moment you can use only a pageable csegRollUp per page.
I fixup an error when a list field has a null value the xml generated omit the label now the label is generated.
Now included in the zip file there are some xslt samples (see previous posts), and a new one called page-sample.xsl this is the one of the top image (this sample use the contacts lists)
Download csegRollUp2.zip (11,28 KB)