Does anyone know if it’s possible to run XSLT on an XML file directly in MSIE so that it inserts working HTML-style links? In other words, I’m hoping to have MSIE do the insertions rather than run the XML through another program like Saxon, and I’m interested in just getting a plain old regular HTML doc with working hyperlinks in it as the result.
I’m hoping to hear how possible this is before I spend a lot of time experimenting with it (my XML doesn’t always come out perfect at first whack).
Right now I think I understand some of the basics of declaring and using the HTML namespace in an XML document; maybe all I need is just a simple example to get me started.
thanks