Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
HIDoes 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