Simon Moore wrote: > Thanks David. > >> That's one way to do it, however given that FOP is Java based, you could >> also create a SOAP (or XML-RPC) wrapper for it and call it using SOAP. > > > I am guessing that would slow it down more than a TT plugin using > command line but still worth thinking about to see what advantages this > might give.
If you're going to go down the 'use Java' route, I'd suggest looking at Inline::Java. You could probably build a simple Perl wrapper around all the FOP classes. -- Michael Peters Developer Plus Three, LP _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
