I have an iPhone app that does XML parsing from a URL. I have a sample.xml file in my Resources directory (in XCode) that I'd like to use for testing.
How do I reference this file in code? I've tried @"sample.xml" as the URL and it doesn't appear to be able to find it.