This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re:


Hi Thanasis,

The value passed to your jscript function is a node-set (nodelist) even
in the case it contains just a single node.

In your jscript function you have to use a statement like this:
thedate = "" + datevalue(0).xml

Cheers,
Dimitre Novatchev.


Thanasis Mastrogiannis wrote:

I am attempting to pass (through an xsl file) the value of a node (its
a
numerical date value of the type yyyymmdd) to a jscript function.  The
function receives an object (used typeof function to verify that),
whose
xml, text, nodevalue properties return the string 'undefined' (but when
I
use <xsl:value-of I do get a value in the resulting HTML document).

Can anyone help? 

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]