XSLT ISAPI Filter for IIS

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):

  1. XSLT Tool
  2. MS patents SOAP
  3. PiXML
  4. WDDX Resources and Web Sites
  5. Emulating AxKit/Cocoon 1.0 in PHP with DOMXML

More like this: , , .

blog comments powered by Disqus