Subject:need help Author:mebi mathew Date:21 Nov 2007 06:48 AM Originally Posted: 21 Nov 2007 06:23 AM
Hi i have an xml,xsl and java file.
xsl is calling a java method.when i transfer my xml to html i am getting the NoClassDefFoundError:
this is my xsl file
<xsl:stylesheet version = '1.0'
xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
xmlns:myprefix ="test.Helloworld"
xmlns:java="java"
exclude-result-prefixes ="myprefix java">
<xsl:template match="hi">
Subject:need help Author:(Deleted User) Date:23 Nov 2007 03:11 AM
Hi,
which version of Stylus Studio and which XSLT processor have you selected in the Scenario Dialog?
Also, have you added the path to the .class file in the Project Classpath?