You cannot do this using a browsers built in ability to transform via a linked stylesheet as parameters in the query string are not passed on to the XSLT as params.
You will have to have a page that reads the query string, parses the parameter value and passes it to the stylesheet before executing the transform.
Alternatively do it server-side, the same sort of process but you won't have to worry about the client's browser type.
--
Joe (
Microsoft MVP - XML)