Read binary data file
XML
<bin:read var="var" id="int"/>
<bin:read /> reads the entire content of a binary data file.
<bin:read /> is the complement of the <bin:write /> operation.
Attributes
Results
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
XML
<bin:write var="id">iXML</bin:write>
<output>
<bin:read id="$id"/>
</output>
<!-- iXML -->