Reading specific XML parameter
问题 I'm currently working on a project in which a xml file must be read for program settings. The XML looks like this: <?xml version="1.0" encoding="utf-8"?> <!-- Settings for Modul1 --> <root> <Program-Config> <Parameter>Name</Parameter> <Value>John</Value> </Program-Config> <Program-Config> <Parameter>Device</Parameter> <Value>TV</Value> </Program-Config> . . . </root> This structure is also used to fill a datagridview like this: Parameter | Value __________|______ Name | John Device | TV This