I want to know how to call
Java methods from XSLT - I think it has to look like this:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:counter="de.mycompany.mypackage.myClass>
<xsl:value-of select="counter:myMethod('Paramter1',
string(Paramter2))"/-->
But i get alway the Exception
Call to extension function failed: de.mycompany.mypackage.myClass
I also set the Classpath.
what do i wrong ?
Thx again,
Holger