echo |
Domain: -
Default: -
Domain: valid filename
Default: -
Domain: Boolean (true|false)
Default: false
<define name="echo"> <element name="echo"> <ref name="dir_if_unless"/> <choice> <text/> <attribute name="message"/> </choice> <optional> <attribute name="to_file"/> <optional> <attribute name="append"/> </optional> </optional> </element> </define>
<echo message="Hello world!"/> <echo message="Hello world!" to_file="messages.txt"/> <echo message="Hello world again!" to_file="messages.txt" append="true"/> <echo>Hello from inside 'echo'</echo> <echo>Hello from inside 'echo' using more than one line</echo>
Copyright © 2002-2005, Sven Ehrke mailto:ericb@gobosoft.com http://www.gobosoft.com Last Updated: 7 July 2005 |