Better yet, could it work on a <fileset> of fo files and use the mime type
for the . extension?

> -----Original Message-----
> From: Jeremias Maerki [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 19 September 2001 2:27 pm
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: [PATCH] Enhanced FOP Ant Task
> 
> 
> Sure, good idea. I'm going to do that on Friday and repost the patch.
> 
> So the changes will be (if I got everything right):
> pdf --> application/pdf
> ps --> application/postscript
> mif --> application/vnd.mif
> pcl --> application/vnd.hp-PCL
> txt --> text/plain
> at --> text/xml
> 
> 
> On Wed, 19 Sep 2001 14:59:24 +0200 Keiron Liddle wrote:
> > 
> > Would it be possible/suitable to define the output type 
> using a mime type.
> > ie. application/pdf
> > rather than having our own definition.
> > 
> > On Wed, 19 Sep 2001 14:24:41 Jeremias Maerki wrote:
> > > Hi there
> > > 
> > > I've done some tinkering with the FOP Ant Task, that I'd 
> like to submit.
> > > Currently the FOP task can only generate PDF. I changed 
> it so it can
> > > use the other renderers as well.
> > > 
> > > Old syntax:
> > > <fop fofile="myfile.fo" pdffile="myfile.pdf"/>
> > > 
> > > New syntax:
> > > <fop fofile="myfile.fo" outfile="myfile.pdf"/>
> > > or
> > > <fop fofile="myfile.fo" renderer="ps" outfile="myfile.ps"/>
> > > 
> > > The "renderer" attribute is optional and defaults to 
> "pdf". Possible
> > > values currently are: "ps", "mif", "pcl", "txt" and "at" 
> (AreaTree XML).
> > > 
> > > Attached you find the diff for the Ant Task along with the various
> > > updated build.xml files.
> > > 
> > > By the way: It seems that the xml-docs cannot currently 
> be built. I get
> > > an infinite number of ">" after page 20. I didn't investigate any
> > > further.
> > > 
> > > Cheers,
> > > Jeremias Märki
> > > 
> > > mailto:[EMAIL PROTECTED]
> > > 
> > > OUTLINE AG
> > > Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
> > > Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
> > > Internet http://www.outline.ch
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> 
> Freundliche Grüsse
> OUTLINE AG
> Jeremias Märki
> 
> mailto:[EMAIL PROTECTED]
> 
> Postfach 3954 - Rhynauerstr. 15 - CH-6002 Luzern
> Fon +41 (41) 317 2020 - Fax +41 (41) 317 2029
> Internet http://www.outline.ch
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 


=======================================================================
Information in this email and any attachments are confidential, and may
not be copied or used by anyone other than the addressee, nor disclosed
to any third party without our permission.  There is no intention to
create any legally binding contract or other commitment through the use
of this email.

Experian Limited (registration number 653331).  
Registered office: Talbot House, Talbot Street, Nottingham NG1 5HF

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to