I have some JavaScript that needs to apply an xslt to the result of an ajax request. The xslt is defined in a separate file "transform.xslt" - whats the best way of including the xslt in my page?
Is it possible to use some sort of <link...
element, or will I need to make a separate http request myself for the xslt?