Re: iPhone XML Parse
Fritz Anderson <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On 1 Mar 2010, at 2:34 PM, Rui Lopes wrote: > I've been reading the Apple docs, and some tutorials on the web, but i don't understand why there are 3 voids, with the same name, and what they do... I don't understand what you mean by "3 voids." Are these method-return values? void*'s somewhere? Can you give us some clue to what API you're talking about? As far as I know, your only option in Cocoa Touch for parsing XML is class NSXMLParser; see the class reference and "Event-Driven XML Programming Guide for Cocoa." It's not hard to get started with. — F