I want to use a javascript function within an xsl template that generates a zebra table (with color-alternating columns).
The function would be called in an html file from the 'onload' property of the body element. How can I embed this call (and the js function) in the template so that it is visible to a browser viewing an xml file that references this template?
Thanks in advance!!
The function would be called in an html file from the 'onload' property of the body element. How can I embed this call (and the js function) in the template so that it is visible to a browser viewing an xml file that references this template?
Thanks in advance!!