Is it possible to open an xml file using a link from another page that selects the appropriate xslt stylesheet?
For instance, I have data in an xml file that contains metric measurements. I want to display this data in either metric or imperial (inch) units and all I want to do is allow someone to click on a link on an intranet page and open the data in table showing the units they prefer.
I can create the xml file and stylesheets easily enough it's just getting the link to use the correct stylesheet.
I'm trying to avoid use scripts.
For instance, I have data in an xml file that contains metric measurements. I want to display this data in either metric or imperial (inch) units and all I want to do is allow someone to click on a link on an intranet page and open the data in table showing the units they prefer.
I can create the xml file and stylesheets easily enough it's just getting the link to use the correct stylesheet.
I'm trying to avoid use scripts.