Re: XML Parsing
- From: "Alex Blekhman" <tkfx.REMOVE@xxxxxxxxx>
- Date: Sat, 14 Jul 2007 01:09:18 +0300
<a7zulu@xxxxxxxxx> wrote:
Does anyone have any good demos on how to use libraries such as MSXML
or Xerces
I am having a lot of trouble understanding those libraries
These parsers require different approach in using. MSXML is a COM object. In order to use it you need to instantiate it and query for appropriate interfaces. Xerces is C++ library. You include relevant headers, use its classes in your code and link with .LIB files. What kind of troubles do you have?
Alex
.
- References:
- XML Parsing
- From: a7zulu
- XML Parsing
- Prev by Date: Re: Where is parms intellisense
- Next by Date: Re: public inheritance of interfaces and virtual (multiple) inheritanc
- Previous by thread: Re: XML Parsing
- Next by thread: Re: XML Parsing
- Index(es):
Relevant Pages
|