[Index]

stdin


Provide an output to the console.

Example Summary

Example 1 Copy from stdin to a file.

Examples

Example 1

Copy from stdin to a file.

<copy to="foo.txt">
    <input>
        <stdin/>
    </input>
</copy>


(c) R Gordon Ltd 2005 - Present