[xsl] xsl calling javascript without user intervention

Subject: [xsl] xsl calling javascript without user intervention
From: "TP" <tpass001@xxxxxxxxxxx>
Date: Fri, 16 Nov 2001 11:35:49 -0600
NewBie
--------

I saw this reference on the faq

http://www.dpawson.co.uk/xsl/sect4/N9745.html#d289e239

but it did not make much sense to me.

in the beginning of the body i have a <xsl:attribute name="onload">func()/>

My situation is that I am reading the xml file and saving the data i need in
a xsl variable. now using a <xsl:copy-of select="$testVar"/> i need to send
this to a javascript function. for eg. callfunc(<xsl:copy-of
select="$testVar"/>) and i want this to be done automatically i.e. without
user intervention.

can someone please suggest how to do this or point me to a post.

Thanks in advance.

TP.

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


Current Thread