Re: AW: Ant & patching XML files

2009-03-13 Thread Klaus Malorny
On 05/03/09 10:04, jan.mate...@rzf.fin-nrw.de wrote: see http://marc.info/?l=ant-user&m=123255143025824&w=2 Jan Hi, as this is the one I mentioned in my e-mail, this means there is no alternative? Regards, Klaus - To unsu

Re: AW: Ant & patching XML files

2009-03-06 Thread Antoine Levy Lambert
Uhhmm, did you read the documentation under http://ant.apache.org/manual/CoreTasks/replace.html ? I think the first example applies very well to what you want to do. It says this : value="wombat"/> so you would do value="newAMFSessionURL"/> assuming the xml configuration file is called c

Re: AW: Ant & patching XML files

2009-03-06 Thread Sunils_82
ge in context: http://www.nabble.com/Ant---patching-XML-files-tp22347624p22368181.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional comm

AW: Ant & patching XML files

2009-03-05 Thread Jan.Materne
see http://marc.info/?l=ant-user&m=123255143025824&w=2 Jan >-Ursprüngliche Nachricht- >Von: Klaus Malorny [mailto:klaus.malo...@knipp.de] >Gesendet: Donnerstag, 5. März 2009 10:00 >An: Ant Users List >Betreff: Ant & patching XML files > > >Hi

Ant & patching XML files

2009-03-05 Thread Klaus Malorny
Hi all, I am looking for a method to manipulate XML files from Ant, i.e. adding/removing elements, changing attributes or elements' contents, far simpler than the capabilities of XSL/T. I have found the XmlTask ([1], [2]) and this seems to be quite flexible. However, as part of a configuratio