Hi all,
I've got a folder of many XML documents that are output directly from a software application I use (There is no style sheet associated with them).
I would like to share these over the web, but need to apply a style before I do. I have an XSL file that works (IE only), and would like to apply it dynamically to my XML files without editing the files themselves. I'd like to avoid embedding the stylesheet directly in to the XML because 1) I have numerous XML files, 2) the xsl sheet causes errors in non-IE browsers and 3) if I modify the XML and try and read them in the original program again, they will cause errors.
I think I managed to do this once (using ASP), but I can't remember how!!
Thanks for any help,
Mike
I've got a folder of many XML documents that are output directly from a software application I use (There is no style sheet associated with them).
I would like to share these over the web, but need to apply a style before I do. I have an XSL file that works (IE only), and would like to apply it dynamically to my XML files without editing the files themselves. I'd like to avoid embedding the stylesheet directly in to the XML because 1) I have numerous XML files, 2) the xsl sheet causes errors in non-IE browsers and 3) if I modify the XML and try and read them in the original program again, they will cause errors.
I think I managed to do this once (using ASP), but I can't remember how!!
Thanks for any help,
Mike