I couldn't get that XSLT to run, as it is invalid.
I did notice you are defining the $itemsPerPage variable twice. You can only define a variable once.
Also you appear to have lost the xsl:for-each-group instruction from the original post you linked to above, so you are not looping through the posts.
|