XSLT processor

HI
Does anybody know how IE processes XSLT ?

LOVE

Internet Explorer uses its own DOM/XSLT/SAX implementation. This implementation is provided in MSXML*.DLL (name changes depending on actual version installed on your system) and exposes COM interfaces which allows it to be used from programming and scripting languages.

Your might find the unofficial MSXML FAQ at http://www.netcrucible.com/ useful for information on the different versions of XSL supported by Microsoft.

Michael Kay