This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Saxon custom extensions problem


"Gustaf Liljegren" <gustaf.liljegren@xml.se> wrote:
> I can take Java syntax, but I'm not so familiar with terminology like
> "fully-qualified class name".
It's the class name, prepended by the full package name (and a dot),
just as you guessed.

>   The URI java:ReverseString does not identify an external Java class
> Transformation failed: run-time errors were reported

I'd actually bet it's a class path issue, check whether the
class file of your extension class is available in the class
path (you might have to include ".", the current directory,
or something).

HTH
J.Pietschmann

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]