I am using TouchXml because of the given limitations of NSXML on the actual iPhone. Anyway, I\'m just starting out with Objective-C, I come from a C# background, and felt li
Try
NSArray *nodes = [myParser nodesForXPath:@"/FundInfo/*" error:&err];