[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Java method call error

Subject: Java method call error
From: "Khalid Ali" <k_ali@xxxxxxxxxxxxxxx>
Date: Wed, 30 Jan 2002 22:16:57 -0700
java method call
Hello,
below is the error I get

"XSLT Error (javax.xml.transform.TransformerException): Instance method call
to method todays requires an Object instance as first argument"

Can any one please find out what causes this error and whats the solution to
it.
below is the xsl code

<xsl:stylesheet
  version = "1.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:script language="java" implements-prefix="Date"
         src="http://localhost:8100/servlet/systemstart.DateHandler"

xmlns:Date="http://localhost:8100/servlet/systemstart.DateHandler"/>

 <xsl:output method="html"/>
 <xsl:template match = "."><!-- -IN data.xml -XSL testdates.xsl -->

  <xsl:apply-templates select = "person-name"/>

  <xsl:apply-templates select = "person-address"/>
 </xsl:template>

 <xsl:template match = "person-name">
  <xsl:variable name ="today" select = "Date:todaysDate()"
xmlns:Date="http://localhost:8100/servlet/systemstart.DateHandler"/>
  <xsl:value-of select = "concat('todays date is : ',$today)"/>

  <xsl:value-of select = "."/>
 </xsl:template>

 <xsl:template match = "person-address">
  <xsl:value-of select = "."/>
 </xsl:template>
</xsl:stylesheet>

<xsl:stylesheet
  version = "1.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:script language="java" implements-prefix="Date"
         src="http://localhost:8100/servlet/systemstart.DateHandler"

xmlns:Date="http://localhost:8100/servlet/systemstart.DateHandler"/>

 <xsl:output method="html"/>
 <xsl:template match = ".">
  <xsl:apply-templates select = "person-name"/>

  <xsl:apply-templates select = "person-address"/>
 </xsl:template>

 <xsl:template match = "person-name">
  <xsl:variable name ="today" select = "Date:todaysDate()"
xmlns:Date="http://localhost:8100/servlet/systemstart.DateHandler"/>
  <xsl:value-of select = "concat('todays date is : ',$today)"/>

  <xsl:value-of select = "."/>
 </xsl:template>

 <xsl:template match = "person-address">
  <xsl:value-of select = "."/>
 </xsl:template>
</xsl:stylesheet>



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • Java method call error
    • Khalid Ali - Thu, 31 Jan 2002 00:16:54 -0500 (EST) <=
      • <Possible follow-ups>
      • Khalid - Thu, 31 Jan 2002 11:33:38 -0500 (EST)

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.