context parameter in java extensions

Oxygen general issues.
eHannes
Posts: 31
Joined: Sat Apr 16, 2005 11:29 am

context parameter in java extensions

Post by eHannes »

Hi,

I'm trying to run a xsl script that does some calls to extensions.
Checking the .java file of this extension there is a call to functionname(context, ....), thus 2 parameters.
In the xslt file do not see this context parameter, there is only one parameter.
The script seems to run ok in its own environment.
How can i run/test it in oxygen?.

Regards
Hans
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: context parameter in java extensions

Post by adrian »

Hi,

Please have a look at my post from this topic:
Location of extension classes
Edit the scenario: Document > Transformation > Configure Transformation Scenario (there's a corresponding action in the toolbar), Edit. In the XSLT section press the Extensions button and add the .jar library there.
Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply