Given an XSLT 1.x style sheet that requires parameters, is there any way to associate it with an XML document that specifies values for the parameters? I read the W3C spec document for the stylesheet PI and got left with the impression that the answer is 'no,' but I had a case of acute BNF poisoning by the time I was done, and thus might have missed something.
In more concrete terms, given:
<?xml-stylesheet type="text/xsl" href="cdcatalog.xsl"?>
is there any way to add some parameters that will be bound to parameters of the style sheet?