[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: calling java function with saxon processor

Subject: RE: calling java function with saxon processor
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 8 Mar 2005 13:17:54 -0000
java function
Use the -TJ option to get diagnostics. The most common reasons are that the
class isn't on the classpath, the class isn't public, the method isn't
static, the method isn't public.

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

> -----Original Message-----
> From: Eder de Oliveira [mailto:eder@xxxxxxxxxxxxx] 
> Sent: 08 March 2005 13:13
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  calling java function with saxon processor
> 
> My namespace:
> <xsl:stylesheet version="1.0" 
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns:lattes="java:br.cnpq.stela.xml.importacao.LatXMLXSLTObjectCtrl"
> exclude-result-prefixes="lattes">
> 
> Where br.cnpq.stela.xml.importacao is my package and 
> LatXMLXSLTObjectCtrl is 
> my class
> 
> Error:
> 
> Error on line 8 of 
> file:///C:/Lattes/Curriculo/LMPL/XSL/en_artigo_trabalho_rh.xsl:
> Cannot find a matching 0-argument function named
> {java:br.cnpq.stela.xml.importacao.LatXMLXSLTObjectCtrl}getNROIDCNPQ()
> ; SystemID: 
> file:///C:/Lattes/Curriculo/LMPL/XSL/en_artigo_trabalho_rh.xsl; 
> Line#: 8; Column#: -1
> net.sf.saxon.trans.DynamicError: Cannot find a matching 
> 0-argument function 
> named 
> {java:br.cnpq.stela.xml.importacao.LatXMLXSLTObjectCtrl}getNROIDCNPQ()
> 
> What I made of wrong ?
> 
> thanks
> Eder
> 
> ----- Original Message ----- 
> From: "Michael Kay" <mike@xxxxxxxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Tuesday, March 08, 2005 9:53 AM
> Subject: RE:  calling java function with saxon processor
> 
> 
> > 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@xxxxxxxxxxxxx]
> >> Sent: 08 March 2005 12:27
> >> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> >> Subject: Re:  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@xxxxxxxxxxxx>
> >> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> >> Sent: Monday, March 07, 2005 11:04 AM
> >> Subject: RE:  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@xxxxxxxxxxxxx]
> >> >> Sent: 07 March 2005 13:04
> >> >> To: XSL - list
> >> >> Subject:  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

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.