I have function in my asp.net/vb application with following signature:
Public Function ExtractText(node As XmlNode) As String
I want to call it/pass xmlnode. How to create an Xml node with value:
<mynode Id="7743" Type="context" StartNode="4356" EndNode="1234"></mynode>
Please suggest