I have source XMLfiles that come in with multiple root elements and there is nothing I can do about it. What would be the best way to load these fragments into an XDocument
I'll leave you to put it into a string field, but you can basically do this:
myDoc=new XmlDocument(); myDoc.LoadXml(""+myData+"");