Skip to content

Value#

Contains a text value that is passed to the surrounding element.

Child elements#

(none)

Parent elements#

A, AtPageCreation, AtPageShipout, B, Case, Columns, Contents, ForAll, Function, I, Li, Loop, Message, Otherwise, Paragraph, PlaceObject, Record, SaveDataset, SetVariable, Span, Table, Td, Textblock, Tr, U, Until, While

Attributes#

select (XPath expressions, optional)
Value to be passed to the outer element.

Remarks#

The value can be passed to the outer element either as an XPath expression or as the contents of this element.

Containing Br-tags will be interpreted as newlines.

Example#

<Record element="data">
  <PlaceObject>
   <Textblock>
     <Paragraph>
       <Value select="@name"/><Value>, symbol=</Value><Value select="@symbol"/>
     </Paragraph>
   </Textblock>
  </PlaceObject>
</Record>

See also#