To do this correctly, you need an NSXMLParser that works with the correct tags and takes in the attribute you need parsed. If you're looking for a less generic solution:
NSString *urlStr = [NSString stringWithContentsOfURL:[NSURL URLWithString:@"http://your.url"] encoding:NSUTF8StringEncoding error:nil];