Skip to content

Record#

Contains the instructions when the publisher processes the element in the data file with the given name. The record matching the root element will be called by the software automatically, all further data handling must be done by the user.

Child elements#

ClearPage, ForAll, Group, LoadDataset, Loop, Message, NextFrame, NextRow, PlaceObject, ProcessNode, SaveDataset, SetVariable, Switch, Until, Value, While

Parent elements#

Layout

Attributes#

element (XPath expressions)
The name of the element the record matches.
mode (text, optional)
Name of the mode that matches the mode in .

Example#

<Record element="url" mode="output">
  <PlaceObject>
    <Textblock>
      <Paragraph>
        <A href="https://www.speedata.de"><Value>website of speedata</Value></A>
      </Paragraph>
    </Textblock>
  </PlaceObject>
</Record>

See also#