It’s been awhile since I linked any IIS-specific items. I found this on the XSLT listserve. It’s an ISAPI filter, based on libxml2 and libxslt, for transforming server output using XSLT on Internet Information Server. It has a couple of advantages over Microsoft’s XSLT filter (not needing write access to directories on the server, and it doesn’t use COM). And you don’t have to write ASP to create and manipulate a transformer object, as you would if you used MSXML.
Possibly Related posts (machine generated):