Re: XML Parsing

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



<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

.



Relevant Pages

  • Re: XML Parsing
    ... Does anyone have any good demos on how to use libraries such as MSXML ...
    (microsoft.public.vc.language)
  • XML Parsing
    ... I am writing some C++ code. ... Does anyone have any good demos on how to use libraries such as MSXML ...
    (microsoft.public.vc.language)
  • Re: How to work with XML in MFC?
    ... The DOM model comes with a set of standard APIs, so if you program on top ... I am not sure what API versions are supported by MSXML ... It's good to realise that it will transfer to Xerces if necessary. ...
    (microsoft.public.vc.mfc)
  • Re: static && non-static libraries, duplicated symbols, core
    ... (according to nm it has xerces && xalan inside). ... This library DOES NOT export anything, except its own API calls ... my idea is that the core is because xerces && xalan libraries are ...
    (comp.unix.programmer)
  • Re: How to work with XML in MFC?
    ... to hear how xerces and MSXML compare for ease of use? ... The DOM model comes with a set of standard APIs, so if you program on top ... I am not sure what API versions are supported by MSXML ...
    (microsoft.public.vc.mfc)