for $d in Root("/PersonDB/Person") 
where $d/Person/FirstName = "John"  
   and not($d/Person/City = "Paris") 
return $d//City/text() 
   
  London
  New York
  Toronto
  Sydney
  Vancouver
  Spuzzum
  Okotoks
  Calgary
  Medicine Hat