I have a javascript file.
how can i reference that file from within XSLT.
I have a javascript file.
how can i reference that file from within XSLT.
<script type="text/javascript" src="yourfile.js"></script>
however if you are finding that it is self closing you need to add a space in like this
<script type="text/javascript" src="yourfile.js"> </script>