Jump to content

Talk:MSXML

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AZiubin (talk | contribs) at 16:58, 3 November 2009 (MSXML 2.5 and MSXML 3.0 compatibility verified). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing: Software Start‑class
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Software.
WikiProject iconMicrosoft Windows: Computing Start‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Microsoft Windows, a collaborative effort to improve the coverage of Microsoft Windows on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
StartThis article has been rated as Start-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing.

MSXML 3.0 has namespace MSXML2, but MSXML 2.5 has namespace MSXML. Thus they are not compatible. It is required to verify correctness of "CLSIDs and ProgIDs it exposes have been subsumed by MSXML 3.0" AZiubin (talk) 16:20, 3 November 2009 (UTC)[reply]

I have found that TYPELIB resources of msxml.dll includes "namespace MSXML", but in msxml3.dll it includes "namespace MSXML2", so MSXML 2.5 and MSXML 3.0 have incompatible type libraries, which is critical for compiling phase. I have verified that program (or dll library), which compiled with MSXML 2.5 type library can run with MSXML 3.0 installed.