Hi Gang,
I have a desktop application that uses xml for reporting and xslt to generate html reports. I am using the <xslaram> tag in my xsl file to specify input parameters. In my app, I simply want to pass a URL to a web browser like:
file///c:\somedata.xml?ID=1
and have the stylesheet process the request based on the input parameter.
Can I do this client side without a server?
Thanks,
Greg
I have a desktop application that uses xml for reporting and xslt to generate html reports. I am using the <xslaram> tag in my xsl file to specify input parameters. In my app, I simply want to pass a URL to a web browser like:
file///c:\somedata.xml?ID=1
and have the stylesheet process the request based on the input parameter.
Can I do this client side without a server?
Thanks,
Greg