var tds = from td in doc.DocumentNode.Descendants("td") where td.Attributes["class"] != null && td.Attributes["class"].Value == "city" select td.InnerText;