On Tue, 13 Dec 2005, jim fuller <[EMAIL PROTECTED]> wrote:
> Jonathan <[EMAIL PROTECTED]> wrote ..
>> Hi.
>>
>> I'm writing an ant task that loads an external xml file. I want
>> the user to be able to use standard ant properties in this file.
>> Is there an easy way to pass the xml as a string t
Jonathan <[EMAIL PROTECTED]> wrote ..
> Hi.
>
> I'm writing an ant task that loads an external xml file.
> I want the user to be able to use standard ant properties in this file.
> Is there an easy way to pass the xml as a string to some method and have
> it return the xml as a string with any/all
Hi.
I'm writing an ant task that loads an external xml file.
I want the user to be able to use standard ant properties in this file.
Is there an easy way to pass the xml as a string to some method and have
it return the xml as a string with any/all ant properties expanded?
Basically i want to ex