D
Don HO
Hi,
I'm developing a project in C++ under MS Windows (without MFC).
I want to use an xml file as the configuration file of the program. The
problem is :
after downloading xerces, I realized that xerces is too heavy for my
program -
- the total size of all the binaries of my project is only 800 KB,
whereas the size of xerces dll is more than 2 MB!!!
I thought of the parser of M$, but forget it, I have to use MFC if I use it.
All I want is to read (for getting the parameters) a xml file and
to write (for saving the parameters) it.
Does it exist a minimal & reliable xml parser only for this purpose (for
DOM)?
I'm developing a project in C++ under MS Windows (without MFC).
I want to use an xml file as the configuration file of the program. The
problem is :
after downloading xerces, I realized that xerces is too heavy for my
program -
- the total size of all the binaries of my project is only 800 KB,
whereas the size of xerces dll is more than 2 MB!!!
I thought of the parser of M$, but forget it, I have to use MFC if I use it.
All I want is to read (for getting the parameters) a xml file and
to write (for saving the parameters) it.
Does it exist a minimal & reliable xml parser only for this purpose (for
DOM)?