Re: [xsl] Saxon custom extensions problem

Subject: Re: [xsl] Saxon custom extensions problem
From: Joerg Pietschmann <joerg.pietschmann@xxxxxx>
Date: Tue, 16 Oct 2001 14:58:29 +0200
"Gustaf Liljegren" <gustaf.liljegren@xxxxxx> 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


Current Thread