Thread: Reading XML
View Single Post
  #2 (permalink)  
Old 08-13-2006, 07:57 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 11
brackett is on a distinguished road
Default

The System.Xml namespace has really good support for parsing XML. If it's a web service, you can usually add a reference to it and get an object model in return.
Reply With Quote