Page 1 of 1

Installing FileMaker plug-in for Oxygen 8.0

Posted: Thu Dec 07, 2006 9:52 pm
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

Posted: Tue Dec 12, 2006 12:47 pm
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

Posted: Tue Dec 12, 2006 6:03 pm
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

Posted: Wed Dec 20, 2006 11:58 pm
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

Posted: Thu Dec 21, 2006 11:02 am
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

Re: Installing FileMaker plug-in for Oxygen 8.0

Posted: Thu Dec 21, 2006 1:35 pm
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

Re: Installing FileMaker plug-in for Oxygen 8.0

Posted: Thu Dec 21, 2006 8:07 pm
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