How to Load XML Into Workable Object From Fragment String?
- by DaveDev
I have a framgment of XML (just a few nodes, not a complete XML document) in a string that I need to get some values out of with Linq to XML. I'm finding it quite difficult to get this string into an XML object that I can work with though.
Is there a way for me to do this?