|
hello i am very new to xml I am trying to capture the response of a webpage into my visual basic 2005 application. The response which i get is in XML format. example: i get the XML response which i need to capture in my application. <xml> <server IP="127.0.0.1" port="8081" name="My_name" version="1.0.0.1"> <some ID="123" name="test1" type="type1" /> <some ID="124" name="test2" type="type1" /> <some ID="125" name="test3" type="type1" /> <some ID="126" name="test4" type="type1" /> </server>
</xml> How do i get the values in my vb 2005 application? any help will be appreciated thanks in advance
|