Re: Expanding ALL properties manually

2005-12-13 Thread Stefan Bodewig
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

Re: Expanding ALL properties manually

2005-12-13 Thread jim . fuller
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

Expanding ALL properties manually

2005-12-13 Thread Jonathan
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