xsl-list
[Top] [All Lists]

RE: calling java function with saxon processor

2005-03-08 05:53:53
No, you shouldn't specify the filename where the class is located. The
namespace should specify the fully qualified name of the Java class (for
example Java:com.example.package.LatXMLXSLTObjectCtrl) and then you should
ensure that this Java class can be loaded from the Java classpath, by
setting your CLASSPATH variable appropriately.

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

-----Original Message-----
From: Eder de Oliveira [mailto:eder(_at_)stela(_dot_)ufsc(_dot_)br] 
Sent: 08 March 2005 12:27
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] calling java function with saxon processor

Hi.!

My java class this in the directory 
C:/GrupoStela/Lattes2/Modulos/XML/ImportacaoXML/Trabalho/bin/b
r/cnpq/stela/xml/importacao/LatXMLXSLTObjectCtrl

As I can make this code:
<?xml version='1.0'?>
 <xsl:stylesheet>
 <xmlns:xsl=http://www.w3.org/1999/XSL/Transform
        
xmlns:java="C:/GrupoStela/Lattes2/Modulos/XML/ImportacaoXML/Tr
abalho/bin/br/cnpq/stela/xml/importacao/LatXMLXSLTObjectCtrl"
        exclude-result-prefixes="java"
        version='1.0'>

And I call thus:

<xsl:variable name="NRO_ID_CNPQ" select="java:getNROIDCNPQ()"/>

This correct one?

thanks a lot
Eder



----- Original Message ----- 
From: "Michael Kay" <mike(_at_)saxonica(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Sent: Monday, March 07, 2005 11:04 AM
Subject: RE: [xsl] calling java function with saxon processor


Please see:

http://www.saxonica.com/documentation/extensibility/functions.html

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

-----Original Message-----
From: Eder de Oliveira [mailto:eder(_at_)stela(_dot_)ufsc(_dot_)br]
Sent: 07 March 2005 13:04
To: XSL - list
Subject: [xsl] calling java function with saxon processor

Hi..!

How I can calling java function using SAXON 8.3 processor?

The exemple:
<?xml version='1.0'?>
<xsl:stylesheet>
<xmlns:xsl=http://www.w3.org/1999/XSL/Transform
       xmlns:java="C://Java_Projects/Helloworld"
       exclude-result-prefixes="java"
       version='1.0'>

Where had
xmlns:java="C://Java_Projects/Helloworld"

Would can be
xmlns:java="http://xyz.com";

Thanks a lot
Eder


--~------------------------------------------------------------------
XSL-List info and archive:  
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--






--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~-- 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--