I would like to add support to <macrodef> to allow the text content
of macros to be placed in the macro instance:
use is like this:
<macrodef name="echotest" textname="text">
<sequential>
<echo>@{text}</echo>
</sequential>
</macrodef>
<echotest>
Hello world
</echotest>
The textname attribute value becomes a macrodef attribute that
gets set to the value of the text contents of the macro.
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]