I know how to load an XML from a URL. But now I need to load an XML file locally.
I searched the internet but only found how to load XML file from "Documents Directory" (i.e. NSString *xmlPath = [[NSBundle mainBundle] pathForResource:@"MyFile" ofType:@"xml"];
)
I don't know how to load XML file from Xcode navigator, like this:
Please help.
Thanks.