Search found 2 matches

by SunshineOnMyShoulder
Mon Aug 22, 2005 2:15 pm
Forum: XSLT and FOP
Topic: XSL NoSuchMethodException
Replies: 2
Views: 3962

Thanks very much!
by SunshineOnMyShoulder
Fri Aug 19, 2005 4:25 am
Forum: XSLT and FOP
Topic: XSL NoSuchMethodException
Replies: 2
Views: 3962

XSL NoSuchMethodException

I have a elemet in xsl file like this: <xsl:value-of select="saxon:evaluate(concat('//xf:instance', @ref))"/> when I generate to html ,there are exception below. if I comment the "saxon:evaluate", it is OK running but out of my expectation. JDK: IBM JDK1.4.1. classpath:jdom.jar, ...