Description: The URI http://saxon.sf.net/ does not identify
Posted: Thu Jan 24, 2008 6:25 pm
I am trying to use a saxon:evaluate function in my xsl.
<xsl:value-of select="saxon:evaluate(concat('//whereused/structures/structure[name=','BAPIEKPO',']/name'))"
xmlns:saxon="http://saxon.sf.net/"/>
However when I try this I get the error:
Description: The URI http://saxon.sf.net/ does not identify an external Java class
What do I need to do to be able to access the xslt functions in the XSL.
Thanks in advance for any help.
<xsl:value-of select="saxon:evaluate(concat('//whereused/structures/structure[name=','BAPIEKPO',']/name'))"
xmlns:saxon="http://saxon.sf.net/"/>
However when I try this I get the error:
Description: The URI http://saxon.sf.net/ does not identify an external Java class
What do I need to do to be able to access the xslt functions in the XSL.
Thanks in advance for any help.