RE: [xsl] Accessing External Java Library

Subject: RE: [xsl] Accessing External Java Library
From: "Carl Bourne" <cbourne@xxxxxxxxxxxxxxx>
Date: Fri, 2 Nov 2007 11:05:26 -0000
> If you're calling a non-static method then you need to supply an
object instance as the first argument. The documentation tells you how.

Sorry about appearing dumb Michael, but could show how the object
instance should appear. We can't seem to get our head around the
documentation, even though we've read it several times.

Many Thanks!

Carl Bourne
Intellect
DDI: +44 1491 842502
M: +44 7770 284294





-----Original Message-----
From: Michael Kay [mailto:mike@xxxxxxxxxxxx]
Sent: 01 November 2007 17:10
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] Accessing External Java Library

Once again, the messages give you the information, and once again, it's
in
the checklist that I gave you earlier:

> C:\Documents and Settings\cbourne\My Documents\PGPJava>java
> -cp .;C:\javapgp\iPG P.jar net.sf.saxon.Transform -TJ pgp.xml
> pgp.xslt Loading iPGP.iPGP Looking for method setArmor in
> Java class class iPGP.iPGP Number of actual arguments = 1
> Trying method getArmor: name does not match Trying method
> setArmor: name matches Method is not static

If you're calling a non-static method then you need to supply an object
instance as the first argument. The documentation tells you how.

Michael Kay
http://www.saxonica.com/

Current Thread