fixed: Multiple page-sequence objects
问题 When working with big xml files fop breaks down due to the lack of ram(1.7gb in my case, is the limit), so one of the ways to fix this is to use multiple page sequence objects as described here . However the are no description how to use them... And what I tried to do is to "create" a new page sequence objects using for-each, but it seems that I have failed and fob breaks down when it reaches 1.7gb of ram anyways <xsl:template match="OurForm"> <fo:root xmlns:fo="http://www.w3.org/1999/XSL