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
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
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
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
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
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
Hi
The
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
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