6.5.2 Publishing and Pagination

We have had pagination/paging on our system for a couple of years (first in 5.7 but re-implemented in 6.5.2), and have been using the “old style” content lists for publishing.

We have recently switched to using 6.5 style publishing as described in http://forum.percussion.com/showpost.php?p=608&postcount=14 and since this change the paged pages are no longer getting published during a run.
They still appear and work in preview (and the links are generated correctly in the actual publish) but the pages themselves to not get published (nor do they appear in a content list preview

Our old content list


/Rhythmyx/rx_Support_pub/folder_clist.xml

correctly paginates when publishing (calling the published file section_$contentid_$pagenumber.html) This seems to be done by the contentlist generator rather than the location scheme

We are using a simple query


select rx:syscontentid, rx:sys_folderid from nt:base where jcr:path like '//Sites/FTCG%'

and using the template expander. We only get the first pages - called section_$contentid.html

has anyone else had this problem, or has any suggestions how to fix it, we are very keen to switch to the new publishing method as it speeds the run up dramatically

(I am awar that 6.6 has pagination built in, but it is currently impractical for us to upgrade)