Installing FileMaker plug-in for Oxygen 8.0

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Roadrunnerray
Posts: 7
Joined: Wed May 18, 2005 7:01 pm
Location: Las Cruces, New Mexico, USA

Installing FileMaker plug-in for Oxygen 8.0

Post by Roadrunnerray »

I have placed the xslt_cwp_oxygen.jar file in the Oxygen XML Editor 8.0 -> lib directory and am not sure where to place the xslt_config.xml file. Any Assistance will be greatly apprciated..........................Ray
Ray
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

You can find the structure of an oXygen plugin in the package with the sample plugins available on the Plugins page of this website. You have to create a folder for you plugin in the Plugins subfolder of the oXygen install folder and in that folder you have to place the plugin.xml file and the jar file. You can find the DTD for the plugin.xml file in the the package with the sample plugins. Look at the sample plugins to see how to configure your plugin.


Regards,
Sorin
Roadrunnerray
Posts: 7
Joined: Wed May 18, 2005 7:01 pm
Location: Las Cruces, New Mexico, USA

Post by Roadrunnerray »

sorin wrote:Hello,

You can find the structure of an oXygen plugin in the package with the sample plugins available on the Plugins page of this website. You have to create a folder for you plugin in the Plugins subfolder of the oXygen install folder and in that folder you have to place the plugin.xml file and the jar file. You can find the DTD for the plugin.xml file in the the package with the sample plugins. Look at the sample plugins to see how to configure your plugin.


Regards,
Sorin
Many thanks Sorin, what a wonderful software package your team has developed along with some great support user support!.......................Ray
Ray
Roadrunnerray
Posts: 7
Joined: Wed May 18, 2005 7:01 pm
Location: Las Cruces, New Mexico, USA

Post by Roadrunnerray »

Sorin, I have placed the Filemaker jar file and config file in a sub-folder under the plugin folder. I have also reviewed the sample plugin.xml files you provided. The Filemaker xslt-cwp-config.xml file (see below) does not appear to perform the same function as the samples you provided.

===========================================
<?xml version="1.0" encoding="UTF-8"?>
<xslt-cwp-stub-preferences>
<cwpe-preferences>
<output-encoding>UTF-8</output-encoding>
<email-encoding>ISO-8859-1</email-encoding>
<email-success>true</email-success>
</cwpe-preferences>
<cwpe-emulation>
<session-data>
<!-- Repeat as many times as needed for all session objects -->
<object name="test" session="test">test</object>
</session-data>
<cookies>
<!-- Repeat as many times as needed for all cookies -->
<cookie name="test">test</cookie>
</cookies>
<http-headers>
<!-- Repeat as many times as needed for all header values -->
<header name="test">test</header>
</http-headers>
</cwpe-emulation>
</xslt-cwp-stub-preferences>
==================================================

Should I include the plugin lines with the FileMaker code above. I am just "getting my feet wet" so to speak here. Any assistance will be greatly appreciated..........Ray
Ray
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

I think it is a plugin for the FileMaker application, not oXygen. If it is a FileMaker plugin you should look in the FileMaker documentation how to install it. Where can I download this plugin ?


Regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Installing FileMaker plug-in for Oxygen 8.0

Post by sorin_ristache »

Hello Ray,
Roadrunnerray wrote:I have placed the xslt_cwp_oxygen.jar file in the Oxygen XML Editor 8.0 -> lib directory and am not sure where to place the xslt_config.xml file. Any Assistance will be greatly apprciated..........................Ray
Place the xslt_cwp_oxygen.jar file in the lib subdirectory of the oXygen install directory as specified in the README file of the package for developing FileMaker CWP solutions using oXygen, place the xslt-cwp-config.xml file in the oXygen install directory, create a transformation scenario in oXygen for the CWP stylesheets, set Xalan as transformer and run the transformation with the Apply Transformation Scenario action available on the Transformation toolbar. If you want to debug the transformation use the Debug Scenario available on the same toolbar.


Regards,
Sorin
Roadrunnerray
Posts: 7
Joined: Wed May 18, 2005 7:01 pm
Location: Las Cruces, New Mexico, USA

Re: Installing FileMaker plug-in for Oxygen 8.0

Post by Roadrunnerray »

sorin wrote:Hello Ray,
Roadrunnerray wrote:I have placed the xslt_cwp_oxygen.jar file in the Oxygen XML Editor 8.0 -> lib directory and am not sure where to place the xslt_config.xml file. Any Assistance will be greatly apprciated..........................Ray
Place the xslt_cwp_oxygen.jar file in the lib subdirectory of the oXygen install directory as specified in the README file of the package for developing FileMaker CWP solutions using oXygen, place the xslt-cwp-config.xml file in the oXygen install directory, create a transformation scenario in oXygen for the CWP stylesheets, set Xalan as transformer and run the transformation with the Apply Transformation Scenario action available on the Transformation toolbar. If you want to debug the transformation use the Debug Scenario available on the same toolbar.


Regards,
Sorin
Many thanks Sorin, we are getting ready to close down the university for the Christmas and New Year holiday. Your great support is much appreciated. The best to you and your colleagues in the New Year...................Ray
Ray
Post Reply