parsing XML located inside the project

wenSnoxyImmen

New Member
This is the first time i'm going to parse an XML file with Xcode and it differs a bit from what I'm used to... I read these 2 docs : http://developer.apple.com/library/...nceptual/XMLParsing/Articles/UsingParser.htmlhttp://developer.apple.com/library/...ts.html#//apple_ref/doc/uid/20002265-BCIJFGJII understand what's going on... But I still got one question. How can I do to parse an XML file which is located directly inside the project (I mean, for example in the resource file, where I usually put my images?). They usually show how to get the url of the XML file..But it's not the case here. It's going to be loaded directly on the iPad, among images and everything...Thank you for your help!
 
Back
Top