|
Re: Building a simple XML Parser
I tried Xerces xml parser, but it has faults all over it. Namely, it includes files of the project using <this.h> and not "that.h". That was enough to give me hundreds of errors in XCode. And building it is next to impossible. Even the sample XCode project produces a framework which doesn't work, for this reason!
Maybe you know any ready cross-platform XML parser?
|