Re: Expat and C++ ?
Franky Braem <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Albrecht Fritzsche wrote: > On Tue, 4 Jul 2006, hymedia wrote: > > >> The real problem is the C function calls... honestly... >> > > Not sure that I understand you here - expat *is* a lib of > C function calls. For convenience you might wrap them in > C++ code and hide them from the user but you cannot get rid > of them if you want to use expat. > > >> have waist enough >> time wraping Expat from c to c++ and it turns out to be realy ugly... I ll >> write my own c++ parser... >> > > Feel free to do so - if you have time for such things... > > >> thx anyways >> > > Did you check http://www.codeproject.com/soap/expatimpl.asp ?