[Index]
tee
Split output to multiple other outputs.
Property Summary
outputs |
List of outputs to split to. |
Example Summary
Example 1 |
Copy a buffer to stdout and to a file. |
Property Detail
outputs
Configured By | ELEMENT |
Access | WRITE_ONLY |
Required | No, output will be thrown away if missing. |
List of outputs to split to.
Examples
Example 1
Copy a buffer to stdout and to a file.
<copy>
<input>
<buffer>Duplicate This!</buffer>
</input>
<output>
<tee>
<outputs>
<stdout/>
<file file='something.txt'/>
</outputs>
</tee>
</output>
</copy>
(c) Rob Gordon 2005 - 2013