Passing parameters to an XSLT
Hi,
I am using an HTML file, which, through Javascript functions generates an innerHTML from XML, based on an XSLT.
I wonder how can I pass some parameter, say for a <xsl:value-of select=$param1>
This param should come dynamically from the URL or otherwise..
Any ideas?
Thanks
|