Skip to content

Element#

Create a data structure that can be used to save on the hard-drive between consecutive runs (with SaveDataset).

Child elements#

Attribute, Element

Parent elements#

Element, Message, SaveDataset, SetVariable

Attributes#

name (text)
Name of the element that gets created.

Example#

<SetVariable variable="articles">
  <Element name="articlelist">
    <Attribute name="name" select=" @name "/>
    <Attribute name="page" select="sd:current-page()"/>
  </Element>
</SetVariable>

See also#