[jQuery] Passing parameters to XSLT's
Hi,
I'm writing some JQuery that uses the google plugin (http://
www.jongma.org/webtools/jquery/xslt/#demo) to call an xslt. This works
great except that I need to somehow pass parameters to the xslt. I've
read through the documentation and there is no mention that this can
be done. Does anyone know if it is even possible, or suggest a
different plugin that does support it?
This is my code:
$('#myResults).xslt({ xml: xmlData, xslUrl: "C:\MyXSL.xslt" });
I'm comfortable with using paramters in xslt, it's just how to pass
them in JQuery that I don't know.
Thanks