g.revolution
g.revolution

Reputation: 12262

which is faster ? NSXMLParser or KissXML

HI,

i need a XML parser. i want to know that which one is faster? NSXMLParser or KissXML ?

looking forward for replies...

Upvotes: 1

Views: 1739

Answers (2)

Roman Busygin
Roman Busygin

Reputation: 543

Here is a good link regarding this question: http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project.

Upvotes: 5

Stefan Arentz
Stefan Arentz

Reputation: 34945

How much XML are you going to parse? If it is less than a few dozen kilobytes then the difference is probably milliseconds. What kind of XML are you parsing?

Upvotes: 0

Related Questions