Reading data from an XML document
I have an XML document created and I want to write code to read the document and store all the data (inlcuding everything... all tags, attributes, everything!) into a string. I need to be able to pass this string to a function.
Basically, I would like to see the SAME content within the xml file in a text file ..... (I just need to be able to do this)
How do I go about this?
Any sample code would be greatly appreciated!!!
Thx in advance!
BTW .... I am using a webform in .NET!