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: 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
Use the "style" or "xslt" task (two-names, same function). Of course, use of those presumes that you are handy with XSLT. If not, you may want to see the XSL list hosted by MulberryTech. -- Charles Knell [EMAIL PROTECTED] - email -Original Message- From: [EMAIL PROTECTED] Sent:

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