<MyXmlType>
<MyXmlElement>Value</MyXmlElement>
</MyXmlType>
I need a small help here. I was trying to change the innertext value of here. After i change the value and save it with Xmldocument object. When I opened the file, I found that it has got saved in this format.
<MyXmlType>
<MyXmlElement>Value</MyXmlElement>
</MyXmlType>>
Please note this </MyXmlType>>
">>". I dont know what is happening. Please help...