Discussion:
XML 6 SDK?
(too old to reply)
Kevin Tang
2006-01-13 10:51:02 UTC
Permalink
Dear all,

Does MSXML 6.0 release a SDK version? or can I download the SDK for v6.0?

Btw, do anyone know where have good example for VC6.0/7.1 with MSXML parser?

Thanks,
Kevin Tang.
Martin Honnen
2006-01-13 12:41:00 UTC
Permalink
Post by Kevin Tang
Does MSXML 6.0 release a SDK version?
MSXML SDK is online here
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_xmlprod.asp>
that version has been updated to document MSXML 6 as well.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Leonid
2006-01-17 18:57:05 UTC
Permalink
Do you know if there is a downloadable part of MSXML SDK?
So that I can write some C++ code and reference symbolic names such as:
CLSID_DOMDocument60
CLSID_FreeThreadedDOMDocument60

Basically I am looking for either updated version of msxml2.h and
corresponding lib or a new set of header file and library.

Thanks
Post by Martin Honnen
Post by Kevin Tang
Does MSXML 6.0 release a SDK version?
MSXML SDK is online here
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_xmlprod.asp>
that version has been updated to document MSXML 6 as well.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Jeremy Lloyd
2006-01-27 16:33:13 UTC
Permalink
I would use Compiler COM support and #import the MSXML6.dll library. The
compiler will create smart-ptr wrappers for all the objects, methods and
properties in the library. It's very much easier than doing all the COM
stuff by hand.
Post by Leonid
Do you know if there is a downloadable part of MSXML SDK?
CLSID_DOMDocument60
CLSID_FreeThreadedDOMDocument60
Basically I am looking for either updated version of msxml2.h and
corresponding lib or a new set of header file and library.
Thanks
Post by Martin Honnen
Post by Kevin Tang
Does MSXML 6.0 release a SDK version?
MSXML SDK is online here
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/anch_xmlprod.asp>
that version has been updated to document MSXML 6 as well.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Bob Fu
2006-01-13 14:04:52 UTC
Permalink
I think MS just released MSXML 4.0.

Here is MSXML parser 's sample
http://download.microsoft.com/download/xml/samole/3.0/w9x2k/en-us/saxappwizard.exe
Post by Kevin Tang
Dear all,
Does MSXML 6.0 release a SDK version? or can I download the SDK for v6.0?
Btw, do anyone know where have good example for VC6.0/7.1 with MSXML parser?
Thanks,
Kevin Tang.
Loading...