Creating XSLT Solutions
It is relatively simple to create an XSLT solution. The minimum requirements for implementing an XSLT solution using the MSXML 5.0 SDK are as follows:
- Create one or more XSLT style sheet in a text editor.
- Install Microsoft XML (MSXML) 5.0 on all of your systems that will run the solutions. This includes both clients and servers.
For more information about the system requirements for using MSXML 5.0, see Installing and Registering the MSXML 5.0 SDK.
Note MSXML 5.0 can only be installed in side-by-side mode. To access it from an application, you must use the version-dependent CLSID or ProgID to instantiate the parser explicitly. This means that you cannot access MSXML 5.0 through an embedded XSLT style sheet from Microsoft Internet Explorer, unless you have a version of Internet Explorer that ships with MSXML 5.0.