SequenceReturn a selection of data. Probably not useful anymore as a separate command. Don't use this anymore!
Allowed attributes: select
Child elements: (none)
Parent elements: SaveDataset, SetVariable
The data to be selected.
<Record element="data">
<SetVariable variable="saveme">
<Sequence select="*" />
</SetVariable>
<PlaceObject>
<Textblock>
<ForAll select="$saveme">
<Paragraph><Value select="string(.)"></Value></Paragraph>
</ForAll>
</Textblock>
</PlaceObject>
</Record>
<data> <elt>one</elt> <elt>two</elt> <elt>three</elt> </data>