I have installed a later version of Microsoft XML Core Services (MSXML). Why isn my application using it?
If you embed your XSLT style sheet in your source XML document, later versions of MSXML will not be used without additional programming being used to access them by version-specific ProgIDs. For more information, see the FAQ question “Why do my transformations fail in Internet Explorer?” and its answer as discussed above. If you call your transformation from a programming language, it is likely that you are not using the correct version-specific ProgID. You must use the version-dependent ProgID. The following Visual Basic code shows the correct syntax to create a DOMDocument object into which you load an XSLT file. The code uses the version-dependent ProgID.
Related Questions
- Microsoft Internet Explorer version 5 (MSIEv5) and later 1. Do I need new software if MSIEv5 is already installed on my new computer?
- I have installed a later version of Microsoft XML Core Services (MSXML). Why isn my application using it?
- Why doesn MSXML support XML Schema (XSD) or, Why did Microsoft make their own version of schema (XDR)?