public static void Main()
<locationOU>null</locationOU>
<locationOU>Some Value</locationOU>
<locationOU>Some Value</locationOU>
<locationOU>Some Value</locationOU>
XDocument root = XDocument.Parse(xml);
XElement result = root.XPathSelectElement("/root/country[name='Sweden']");
Console.WriteLine(result.Element("locationOU").Value);