Re: [xsl] Problems using java extensions with XSL

Subject: Re: [xsl] Problems using java extensions with XSL
From: Jan Mendling <mendling@xxxxxx>
Date: Fri, 6 Dec 2002 20:07:57 +0100
Hello,
what kind of versions of java do you have and what kind of processor?
Could it be that the versions differ between you windows and your linux system?
Greeting Jan

xsl-list@xxxxxxxxxxxxxxxxxxxxxx schrieb am 06.12.02 15:50:03:
> Hy there.
> I'm trying to use java extensions with xsl. My XSL file is like the one
> below:
> 
> --------------------------------------------------------------------
> <?xml version='1.0' encoding='ISO-8859-1'?>
> 
> <xsl:stylesheet version='1.0' 
>   xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
>   xmlns:processString='ProcessText'>
> <xsl:output method='text'/>
> 
> <xsl:template match='/XPTO'>
>   
>   <xsl:variable name='celular' select='./A/@val'/> 
>   <xsl:value-of select='processString:finalString($celular, 8, 19)'/>
> ( ... )
> --------------------------------------------------------------------
> 
> In windows this works perfectly. In Linux, with the same classpath, it gives
> me
> the following error:
> 
> 	java.lang.NoSuchMethodException: For extension function, could not
> find method
> org.apache.xml.utils.NodeVector.finalString([ExpressionContext,] #NUMBER,
> #NUMBER).
> 
> NOTE: in windows and in linux I put "ProcessText.class" in the same
> directory of the XSL file.
> 
> Can someone please help me. I've been at this all day and don't have a clue
> on how to
> solve this weird problem.
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

-- 

~~~~~~~~~~~~~
~   Jan Mendling
~   Güterstr.53
~   54295 Trier
~   0175-1636958
~~~~~~~~~~~~~
______________________________________________________________________________
Ab heute wird nichts mehr vergessen! Mit dem Organizer von 
WEB.DE FreeMail. http://freemail.web.de/features/?mc=021145


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread