I have written an xslt document to transform an xml file in html. Now I would like to pass a parameter from the url to a xslt variable, so that I can display a specific xml entry from the xml document in Firefox 9.0.1. To do so, I use a javascript function that returns me the value of the url parameter. Now my question : Is it possible in Firefox to pass the return value of the javascript function to a xslt variable?
Thanks a lot for an answer!