Value
Contains a text value that is passed to the surrounding element (always as plain text).
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.
The result is always treated as text (markup is not preserved).
Example
<Record element="data">
<PlaceObject>
<Textblock>
<Paragraph>
<Value select="@name"/><Value>, symbol=</Value><Value select="@symbol"/>
</Paragraph>
</Textblock>
</PlaceObject>
</Record>