InsertPages
Insert previously saved pages.
Allowed attributes: name
Child elements: (none)
Parent elements: AtPageCreation, AtPageShipout, Case, Contents, ForAll, Loop, Otherwise, Record, SavePages, Until, While
Useful if you require a certain amount of pages and you need to try out how many pages you get by typesetting onto virtual pages.
<Record element="data"> <SavePages name="foo"> <Loop select="100"> <PlaceObject> <Textblock> <Paragraph><Value>Hello world</Value></Paragraph> </Textblock> </PlaceObject> </Loop> </SavePages> <Message select="sd:count-saved-pages('foo')"></Message> <InsertPages name="foo"/> </Record>