AW: RE: Ant Task for FOP

2006-08-28 Thread Jan.Materne
Why you want letting Ant drive the xml transformation? You could simple choose the PHP xslt-libraries. Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Samstag, 26. August 2006 18:40 >An: Ant Users List >Betreff: Re: RE: A

Re: Ant Task for FOP

2006-08-27 Thread Ron Wheeler
It is the same thread just a refinement of the question. Is there some way to run an operating system command from PHP? If you can trigger an external script, then you can call Ant from the script. Otherwise you can use Tomcat (probably overkill) or Jetty (http://jetty.mortbay.org/) to start a

RE: Re: RE: Ant Task for FOP

2006-08-26 Thread cknell
se re-post with a relevant subject line to get a helpful answer. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: [EMAIL PROTECTED] Sent: Sat, 26 Aug 2006 18:40:09 +0200 To: "Ant Users List" Subject: Re: RE: Ant Task for FOP Hi, Does anyone has

Re: *****spam***** Ant Task for FOP

2006-08-26 Thread Geoffrey Mitchell
Use Xslt task to apply an XSL transform to generate your FO? [EMAIL PROTECTED] wrote: Hi, I have a question concerning an Ant Task for FOP. I want to transform documents from xml to pdf. I found an fop ant task in http://xmlgraphics.apache.org/fop/0.92/anttask.html but there is just the

Re: RE: Ant Task for FOP

2006-08-26 Thread tblhh
Original-Nachricht Datum: Fri, 25 Aug 2006 19:33:52 -0400 Von: [EMAIL PROTECTED] An: user@ant.apache.org Betreff: RE: Ant Task for FOP > Use the "style" or "xslt" task (two-names, same function). Of course, use > of those presumes that you are handy

RE: Ant Task for FOP

2006-08-25 Thread cknell
MAIL PROTECTED] Sent: Fri, 25 Aug 2006 17:07:43 +0200 To: user@ant.apache.org Subject: Ant Task for FOP Hi, I have a question concerning an Ant Task for FOP. I want to transform documents from xml to pdf. I found an fop ant task in http://xmlgraphics.apache.org/fop/0.92/anttask.html b

Re: RE: Ant Task for FOP

2006-08-25 Thread tblhh
Hi The

RE: Ant Task for FOP

2006-08-25 Thread RADEMAKERS Tanguy
Hello, Not quite sure if i'm understanding the question, but as far as i can ascertain from a quick look at the website, FO files are in fact xml, so i would say that your best bet would be to generate them using xsl transformations. Ant has a

Ant Task for FOP

2006-08-25 Thread tblhh
Hi, I have a question concerning an Ant Task for FOP. I want to transform documents from xml to pdf. I found an fop ant task in http://xmlgraphics.apache.org/fop/0.92/anttask.html but there is just the transformin from fo files to pdf. So, I have to define a task for generating xml files to fo. I