I need the value of <version>
to be returned to a variable in a WPF application. The XML file is on the server and contains:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<Application>
<Version>1.2.3.5</Version>
<ZipFile>Atu_SGT_1.2.3.5.zip</ZipFile>
</Application>
My question is how to query this XML to check the value of <version>1.2.3.5</version>
.