Hi all :wave:
Please tell me how can I access an XML file reading/writing its elements from C#.
Printable View
Hi all :wave:
Please tell me how can I access an XML file reading/writing its elements from C#.
Good place to start would be checking the documentation for the System.Xml namespace.
:)
Look at XmlDocument, XmlReader, XmlNode...
If you were to be more specific, we could give a more specific answer.
Check this link out:
As axion said, also check the msdn, there are a lot of rich examples there.
Hope this helps.
Jennifer