|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] xsl:script - again!
Hi,
I have a tiny javascript that I am trying to embed in my XSLT sheet (XSLT
1.1) - no luck!
This is what I have:
<xsl:template name="get-date">
<xsl:value-of select="user:GetDateTime()" />
</xsl:template>
<xsl:script language="javascript"
implements-prefix="user">
<![CDATA[
function GetDateTime()
{
return "hello";
}
]]>
</xsl:script>
This is the error I get:
org.xml.sax.SAXException: Instance method call to
method GetDateTime requires an Object instance as first argument
What does that mean? What am I doing wrong?
Cheers,
Zeynep
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








