onload() is executed on the client side after the XSLT transformation is done, the msxsl:script includes javascript code to execute during the XSLT transformation
you can always embed
<script language="javascript" src="somejs.js"></script>
in the html output, but you cannot use functions in somejs.js during the transformation
to karma(无为):
谢谢!我试过你的方法,是可行的,已经加分。
但我是需在script.xsl自己的脚本中,如onload事件中调用外部的脚本库,
这时会跳出“缺少对象”的错误提示。请问如何解决??
to net_lover(孟子E章):
不知是否我的方法不对,按你说的在xsl中会提示:“缺少对象”,你的方法在*.html文件中是可行的。