Parsing XML with ASP

Associate
Joined
10 May 2007
Posts
541
Location
Kent
Hey guys,

Come across a problem today when I tried to parse some XML using Visual Web Developer.

I am relatively new to using this, coming from a PHP background this was an easy task, I am just unfamiliar with the functions in VWD. I've googled it and there was lots of conflicting results. So perhaps one of you guys will know the correct way.

Essentially, I want data from an external URL XML file (just a few certain elements within the file) which then prints the data in a nice fashion, datagrid or something.

What's the best way to do this?
 
Back
Top Bottom