I have created a file "name.js" also I have "name.xslt" I want to call function of getName from "name.js" in "name.xslt". For that, I need to import "name.js" and then call the function from that file.
Please help me how to import "name.js" in XSLT and how to call the function from the js file?