RE: XML task

2003-12-10 Thread Jan . Materne
Try the xml tasks :-) http://ant.apache.org/external.html#xmltask Jan > -Original Message- > From: Edson Alves Pereira [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 10, 2003 2:34 PM > To: 'Ant Developers List' > Subject: XML task > > >

XML task

2003-12-10 Thread Edson Alves Pereira
Hello folks, i wonder if ant has a task to edit XML files, has it? Can someone show me this or those tasks? Regards, Edson

Re: Excel 2 Xml task ?

2003-09-18 Thread Nicola Ken Barozzi
[EMAIL PROTECTED] wrote: Does anybody know of an ant task that is able to read excel sheets and convert it into xml (or some other format) ? I don´t know any. Maybe the POI project has something. The POI project does not (yet) have a task, although it does have code in Cocoon CVS to handle the c

RE: Excel 2 Xml task ?

2003-09-18 Thread Jan . Materne
> Does anybody know of an ant task that is able to read excel sheets and convert it into xml (or some other format) ? I don´t know any. Maybe the POI project has something. > Which makes me wonder: are there any guidelines specifying when and how a new task should be added as an optional task ?

Excel 2 Xml task ?

2003-09-18 Thread Michiel Kalkman
Title: Excel 2 Xml task ? Does anybody know of an ant task that is able to read excel sheets and convert it into xml (or some other format) ? For a previous project I hacked a task that was able to do just that (using apache poi). If there is no such task around and there is sufficient