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]
Other format: [Raw text]

xsl calling javascript without user intervention


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


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