开发者

What's the best way/library to parse and work with XML in Xcode

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜