i am having a xml file
<Actual-External-Terminals>
<Actual-External-Terminal>
<Party-Id value="EXTRA:77440" />
<Name value="77440" />
<Dial-String value="77440" />
<IP-ISDN-SIP value="IP" />
<Total-Connection-Time value="0s" />
<Failing-Attempts value="0" />
<Last-Failure-Cause value="N/A" />
<List-of-Connection-Records>
<Connection Call-Rate="768" Call-Type="Video" ConnectionTime="" Dialin-Dialout="Dial-in" Disconnection-Time="2012-02-16T13:33:32Z" Over-GW-port-limit="false" Over-MCU-port-limit="false" Reason-Disconnection="Normal" />
</List-of-Connection-Records>
</Actual-External-Terminal>
In the above xml i want to get all the value of connection section please help me out thanks can't use Linq to xml because its .net framework 2.0 and desktop App
regards wasif