Re: loading an xml file into properties

2006-08-23 Thread Antoine Levy-Lambert
Hello EJ, You can look at the which has features to select specific xpaths and put their value into specific properties. Another possibility : if xslt is your friend, you can create a stylesheet which converts your XML into a temporary property file, which you can load and then delete.

loading an xml file into properties

2006-08-23 Thread EJ Ciramella
What's the easiest way (without going to custom ant libs) to load the following style xml file into properties? My problem with the XmlProperty task is it nests appserver.home together (with a comma). Is there a way to keep these as individual properties? model-base