1

HI,

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

looking forward for replies...

g.revolution
  • 11,962
  • 23
  • 81
  • 107

2 Answers2

5

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

Roman Busygin
  • 533
  • 4
  • 10
0

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?

Stefan Arentz
  • 34,311
  • 8
  • 67
  • 88