I am trying to add as value to an XElement
mixed text and inline elements.
For example when setting the string "this is a mixed text <foo>and</foo> inline element."
the XElement.Nodes
to be able to return the text node as XmlNodeType.Text
& the element as XmlNodeType.Element
.
Thanks in advance.