M
Martin
how do I create a XmlDocument object or a XmlDocumentFragment object or a
XmlNode objekt from a string?
I get a string like that:
<Node>
<ChildNode>Value</ChildNode>
</Node>
in a variable of type string. now I want to parse this string with xml
objects in order to get less work. is it possible?
XmlNode objekt from a string?
I get a string like that:
<Node>
<ChildNode>Value</ChildNode>
</Node>
in a variable of type string. now I want to parse this string with xml
objects in order to get less work. is it possible?