I want to access this xml page:
http://www.priorbank.by/CurratesExportXml.axd
I write:
NSArray *exchangeRateTableStringNodes = [document nodesForXPath:@"//LIST_R_DATE/R_DATE/LIST_E_CHANNEL/E_CHANNEL/LIST_RATE/RATE" error:nil];
But I get 115 wrong array items instead of three correct. Where is the mistake?