How do I access XML from VC++ dll. Can you let me know how
I can include xml files or or how I should #import them.

Thanks

Re: VC++ and XML by KC

KC
Mon Dec 15 20:38:34 CST 2003

You can use MSXML SDK. Latest version is version 4 SP2. It comes with
documentations and samples on how to use it.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/dom_hdi_2y28.asp

You can download it here :

http://msdn.microsoft.com/downloads/

KC

<anonymous@discussions.microsoft.com> wrote in message
news:02f301c3c343$a8f8f920$a301280a@phx.gbl...
> How do I access XML from VC++ dll. Can you let me know how
> I can include xml files or or how I should #import them.
>
> Thanks