I have defined specific graphics on rml template like this:
<pageTemplate id="first">
<frame id="first" x1="15.0" y1="42.0" width="539" height="758"/>
<pageGraphics>
... graphics defined here ...
</pageGraphics>
Then I add in story
tag this:
<story>
<condPageBreak height="40cm"/>
</story>
Then I get two pages, but second page has same graphics as the first one. But i need second page to be just a blank page, without any graphics. How could I do this?
In short I need template to be two pages - first with graphics defined, the second simple blank page. The problem is that if I get to more pages, it will simply copy everything (I guess that is standard behavior).