Zum Hauptinhalt springen

Read temporary data file

Anatomy

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

Description: 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

Example

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

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

<!-- iXML -->