Keiron Liddle wrote: > > Is it possible to do all the common styling together. > The problem is how do I make all the different output results go to > particular files ie. > (build.src)/org/apache/fop/render/pdf/fonts/CourierOblique.java > is one example output file.
I believe the "extension" attribute of the style task addresses this. See http://jakarta.apache.org/ant/manual/CoreTasks/style.html . My experience is that if you convert your individual xslt transformations into a single style task with multiple input/output pairs then you will see a significant performance improvement. - Sam Ruby -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
