Hi all,
In my XML file, I have the following line for transformation:
< xml-stylesheet type="text/xslt" href="whatever.xsl" >
Is there a way to replace the whatever.xsl with a variable name so that during runtime, I can assign a value to the variable so that I can use the WebBrowser to transform my XML document differently.
For example, it would be nice if, instead of hard-code the whatever.xsl, I would like to use a variable, as shown below:
>
Thanks
.NET Development5
|