I want to read the "setParameters.xml" file that is part of some Visual Studio builds. The information I want is the IIS Web Application Name. I know for something this straightforward it should be simple, but ... I still havent taken the time to learn XML notations and terminology so I dont know what it is I am trying to do, in XML speak.
<parameters>
<setParameter name="IIS Web Application Name"
value="Default Web Site/WebApplication1_deploy" />
How would I read this value from XML?