Hi friends,How do we include a javascript file in XSLT?my code is: <!--[CDATA[function f1() {}function f2() {}]]-->But how would I include a javascript file (for example foo.js) in xslt?Thank you.regards,suresh
Hi Jcse,Thank you for the reply. But I have all the javascript functions in a separate js file ie. foo.jsNow how would I include this js file in my xslt?Thank you.regards,suresh