问题
If I use MSXML6.dll to parse XML 1.1, I will get this error: 0xC00CE57F
MSG_E_INVALID_VERSION
Invalid version number
XML 1.1 was initially published on February 4, 2004. I'm surprised that MSXML6.dll can not parse it.
The question: Does any MSXML4/5/6.dll support XML 1.1?
Thanks in advance.
回答1:
Sorry, no XML 1.1 with any MSXML version :(
As Microsoft states (see data developer center and MSXML SDK Overview) MSXML is for applications that adhere to the XML 1.0 standard.
来源:https://stackoverflow.com/questions/16269460/which-version-of-msxml-began-to-support-parsing-xml-1-1