Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


[xsl] Custom function and Saxon

From: adrien.dauchez@---------
To:
Date: 5/3/2004 12:42:00 PM
Hi,
I'm trying to use several java custom functions i wrote.
First, I've put the java class in a jar file (function.jar) and include the
following code in my xsl file :

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="
1.0"
  xmlns:java="http://xml.apache.org/xslt/java"
  xmlns:pfx="java:Custom">

Here is the code i use in order to print a trimmed data :

      <IdFamily><xsl:value-of select="pfx:trim('    Test     ')"/></
IdFamily>

 When i execute the Saxon processor,  it works well !

Now, i want to include all the classes contained in the same jar file.
Let's say i have twos classes names example1.class and example2.class in my
jar file. How can i use all the functions specified in the two class files
without naming all this classes ?

For example i would be able to write :

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="
1.0"
  xmlns:java="http://xml.apache.org/xslt/java"
  xmlns:pfx="http://<anything i want>">

I will be able to use this specific namespace that will refere to my jar
file. (i don't know if it's possible !)
Let's say trim() is in the com.example class and trim2() is in the
com.example2.class. (both of those two classes are included in the jar file
function.jar)

      <IdFamily><xsl:value-of select="pfx:trim('    Test     ')"/></
IdFamily>
      <IdFamily><xsl:value-of select="pfx:trim2('    Test     ')"/></
IdFamily>

Thanks for your help.


Adrien Dauchez





*************************************************************************
This message and any attachments (the "message") are confidential and
intended solely for the addressees.
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration.   
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates 
shall be liable for the message if altered, changed or falsified. 

*************************************************************************


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent