My teacher recommended TBXML so I used it, but I've noticed there are others such as the built-in NSXMLParser. Whatcha 开发者_如何学Gosay?
TBXML's site has a link to a nice article about XML parsers for iPhone. If you've never parsed XMLs before, TBXML's DOM approach will be more intuitive to you.
I've never used TBXML before, but looking at those performance charts it seems that it's quite an efficient parser. I'm actually surprised that it's memory usage isn't higher than that of the SAX parsers.
精彩评论