I have a couple of servlet demo applications in the SAXON
package available from
http://home.iclweb.com/icl2/mhkay/saxon.html They produce an
HTML rendition of the Shakespeare XML documents, which must
first be split into separate scenes using another sample
app.
I have run these servlets under Microsoft IIS using the Live
Software JRUN servlet environment. I don't recall whether or
not MSXML was one of the parsers I tested in this
environment but any SAX parser should work.
(MSXSL is a different matter, it doesn't seem to be
supported server-side and is generally rather fussy about
its environment).
Mike Kay