Thanks Robert, I should have mentioned that I am already performing a
for loop as above, however this seems like an unecessary and potentially
processor intensive step especially in that there might 100's of records
returned that I don't necessarily need as they are not related to the
country I am showing, so I was wondering if there was a way of doing
this at predicate level so that only the nodes with a matching country
sub-item are returned. This of course may not be possible but it would
be ...