DOM e Xerces ?

 
   Hi,
 
  SOME DAYS AGO I HAD ASKED:

>  i'd like to know something. Supose this situation:
>     - i'm working with a big xml program;
>     - In the other hand i've been doing a program using C++;
>     - Now, i need some informations that are in the xml document, and i'd
 like to use DOM to take that;
>   The problem is (considering that in my computer i've Internet Explorer
>5.0):
>     - How can i do the application? What shoud i use?
>     - have i to install something in my computer? You said about some
> apache's
>     softwares, but i found many files. what should i take exectaly?
>
>
 
AND I GOT THE ANSWER:

go to http://xml.apache.org/dist/xerces-c/stable/

There you'll find the components you need under Windows.  You need to
download the zip files.  There are only two.  They contain example code and
the libraries and headers you need to include Xerces in a C++ application.


NOW, THE DOUBT IS:

 When i get this files, what should i do?
- Where i've to install that? (If i have to)
- To use this in my C++ files, i've to declarate something or not?
- Generaly, how will these files function in the DOM context?

   Thank you.
   
=================================
    Daniele Fernanda Fávero
 Curso de Ciência da Computação
Universidade Estadual de Maringá
             Brasil
=================================

Received on Thursday, 28 June 2001 12:13:38 UTC