Greetings!
I have edited the question to properly explain the situation --
I have an XML file, and two XSLT files, namely students.xml, studentinfo.xslt and courses.xslt.
Hello, I have an xsl-File that looks like this: In the head I included jquery and another external js-file. The js-File contains the following line of code: alert("Test1"); $(document).ready(function() { alert("Test2");});Sadly ...