Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I have installed a later version of Microsoft XML Core Services (MSXML). Why isn my application using it?

0
Posted

I have installed a later version of Microsoft XML Core Services (MSXML). Why isn my application using it?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123