Elementname: Sequence

Description

Return 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

Attributes

select (XPath Expression)

The data to be selected.

Example

<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>

Commands

Version: 2.4.5 | Start page | Command reference | Other language: German