Link to home
Start Free TrialLog in
Avatar of sbornstein2
sbornstein2

asked on

ASP.Net/C# - If I have a URL that dumps XML, how do I read those results in?

Is there an easy way to read in results of an XML file URL and output the elements as the label and values?
ASKER CERTIFIED SOLUTION
Avatar of codeclay
codeclay
Flag of India 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
Avatar of sbornstein2
sbornstein2

ASKER

code clay that gave me a little start.  It is having issues though.  Here is what I am trying to format by reading in the XML like a HTML file.  It is a whitepages api call that I make and it returns XML data

http://api.whitepages.com/reverse_phone/1.0/?phone=7812332311;api_key=9ec586766bf2c9b0bd5f548a50a0b3e2

I need to somehow read this in and it may change and have more nodes etc.
on whitepages.com there is an XSD file but I have no idea how to use all that.  I can just get the XML response

http://developer.whitepages.com/docs
I will look into it.. Right now its a busy schedule for me . Hold on .
thanks sorry for the delay in award.