View Single Post
Old Feb 12th, 2008, 2:45 AM   #3
Soulstorm
Hobbyist Programmer
 
Soulstorm's Avatar
 
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 243
Rep Power: 3 Soulstorm is on a distinguished road
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?
__________________
Project::Soulstorm (personal homepage)
Soulstorm is offline   Reply With Quote