I have a routine which reads an XML file and builds an ID document. How do I create a page break by adding to the current insertionPoint? I tried it with
story.insertionPoints.lastItem().contents += SpecialCharacters.pageBreak;
but those special characters seem to apply only to XML. What is the alternative? - I'm using ID CS5.