How to convert the following string to xml ?
var query = @"<Cars><Car manufacturer='lindo'/>
<Car manufacturer='Opera'/></Cars>";
As it is a string i can't apply the extension method .cast() to convert it to XDocument or XElement.