Within an XSLT file, I am calling an external js function.
I have the following within my XSLT file:
<script>
SetSelectIndex(this.form,'paramprocess', '{ParameterType}');
SetSelectIndex(this.form,'paramapproval', '{Any/ApprovalType}');
SetSelectIndex(this.form,'paramtype'...