Zum Hauptinhalt springen

Read temporary data file

XML
<temp:read var="var" var_struct="var" id="string"/>

<temp:read /> reads the entire content of a temporary data file.

<temp:read /> is the complement of the <temp:write /> operation.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name temp:read
var_structvarResult variable name for structural value temp:read
idstringIdentifier temp:read

Results

BindingTypePredicate
varstringN/A
var_structN/A

Examples

XML
<temp:write var="id">iXML</temp:write>

<output>
<temp:read id="$id"/>
</output>

<!-- iXML -->