LoadDataset
Load an XML file previously written by SaveDataset. The regular data processing is interrupted and the contents of the data file is taken as a data source. If the file does not exist, the call to LoadDataset is ignored.
Allowed attributes: name
Child elements: (none)
Parent elements: AtPageCreation, AtPageShipout, Case, Contents, ForAll, Loop, Otherwise, Record, SavePages, Until, While
<Record element="articles"> <LoadDataset name="toc"/> <NewPage/> <ProcessNode select="article"/> </Record>