Reputation: 21921
How to parse XML response coming from the server in C. Do we have any standard libraries for it? Can some one provide me any idea
Upvotes: 1
Views: 510
Reputation: 1697
Another SAX parser would be Xerces : http://xerces.apache.org/xerces-c/
Upvotes: 0
Reputation:
Benchmarks also exist to help you compare the two. libxml seems to be faster and have more functionality.
Upvotes: 3