Chance1234
IS-IT--Management
I have a XML file , for arguments sake its
What i want to do is return that as a string so my output would be
I can see how to get certain nodes etc using XmlDocument doc = new XmlDocument(); but i cant see a way of passing the whole file.,
many thanks
Chance,
Filmmaker, gentleman and polla stilo eleous
Code:
<XML>
<country>France</country>
<country>Spain</country>
</XML>
What i want to do is return that as a string so my output would be
Code:
"<xml><country>France</country><country>Spain</country></XML>
I can see how to get certain nodes etc using XmlDocument doc = new XmlDocument(); but i cant see a way of passing the whole file.,
many thanks
Chance,
Filmmaker, gentleman and polla stilo eleous