Link to home
Start Free TrialLog in
Avatar of westerntour
westerntour

asked on

Read the XML file on website

Hi Expert,
I have to download the information form the web site XML file and populate the ComboBox with these information. I would like if u could provide me with examples that can help me to do so -- regards
-------------------
The information in the web site, as an example, like this :

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <FDStations>
- <FDStation>
  <ID>BIH</ID>
  <Name>BISHOP AIRPORT</Name>
  <City>BISHOP</City>
  <State>CA</State>
  </FDStation>
- <FDStation>
  <ID>BLH</ID>
  <Name>BLYTHE AIRPORT</Name>
  <City>BLYTHE</City>
  <State>CA</State>
  </FDStation>
......

I have to populate Combo Box with the Name above.

ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial