Read binary data file
Anatomy
<bin:read var="var" id="int"/>
Description: 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
Example
<bin:write var="id">iXML</bin:write>
<output>
<bin:read id="$id"/>
</output>
<!-- iXML -->