Re: [xsl] How to call an external Java function

Subject: Re: [xsl] How to call an external Java function
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Thu, 8 Jan 2009 20:50:02 +0100 (CET)
"Ylvisaker, Steve" wrote:

> Description: XPath syntax error at char 64 on line 11 in {...rld',
> 12, 'This is test tex...}: Cannot find a matching 3-argument function
> named {java:FontWidth}labelStringWidth()

  Saxon-dedicated questions are best asked on the Saxon ML.  A few
hints: the namespace must contain the fully qualified class name (with
the full package name,) if the function is not static you have to pass
an extra parameter (the first param is the object to send the message
to,) the ctor is accessible via a function named new() (in the same
namespace,) and finally the option -TJ will show you where Saxon try to
look for eligible methods.

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Current Thread