How to Load XML Into Workable Object From Fragment String?

Posted by DaveDev on Stack Overflow See other posts from Stack Overflow or by DaveDev
Published on 2010-04-23T15:22:46Z Indexed on 2010/04/23 15:23 UTC
Read the original article Hit count: 339

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about Xml