Issue 34: TouchXML nodesForXPath bug?
Status:  Invalid
Owner: ----
Closed:  Oct 2008
Reported by ronniel...@gmail.com, Oct 22, 2008
Just trying out the touchXML API.

NSString *feed = @"http://api.flickr.com/services/feeds/photos_public.gne";
NSURL *url = [NSURL URLWithString: feed];

CXMLDocument *rssParser = [[[CXMLDocument alloc] initWithContentsOfURL:url
options:0 error:&error] autorelease];

NSArray *resultNodes = NULL;
		
resultNodes = [rssParser nodesForXPath:@"//entry" error:nil];
    
NSLog(@"%d", [resultNodes count]);



Even though it is a valid XPath (//entry), the array count always return as
0. Is there something I am issing ?


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Oct 23, 2008
Project Member #1 jwight
See  bug #4  https://code.google.com/p/touchcode/issues/detail?id=4

NOT a bug.
Status: Invalid
Labels: TouchXML