Re: FO->Area as XSLT extension function

On 03/18/2013 07:18 PM, Tony Graham wrote:
> On Sun, March 17, 2013 1:56 am, Arved Sandstrom wrote:
>> Ok, I've got product, just not sure how to best disseminate. So I've
>> attached stuff. I suspect that my NetBeans project I'll want to get into
>> Mercurial or whatever it was that we set up.
> Running with the FOP 1.0 that comes with Xubuntu 12.4.1, I fail with:
>
> ./runxalan-tkg.sh example1.xml example1fo.xsl tmp.xml
> (Location of error unknown)java.lang.NoSuchMethodError:
> org.apache.fop.apps.FopFactory.newInstance(Ljava/io/File;)Lorg/apache/fop/apps/FopFactory;
>
> That method doesn't show in the accompanying Javadocs.
>
> The command line that I'm using is:
>
> ./runxalan-tkg.sh example1.xml example1fo.xsl tmp.xml
>
> where 'runxalan-tkg.sh' is a copy of your 'runxalan.sh' with paths
> modified to suit my system.
>
> Regards,
>
>
> Tony.
>
>
I can fire up a version for FOP 1.0; I built against 1.1. The 
FopFactory.newInstance(...) method has evidently been a bit of a moving 
target across recent versions.

Arved

Received on Monday, 18 March 2013 23:45:03 UTC