I would like to parse XML from the web. Are there any .NET librarys that do this for me already or do I need to create my own parser?
Reading XML
Started by Nightracer, Aug 12 2006 08:59 AM
2 replies to this topic
#1
Posted 12 August 2006 - 08:59 AM
|
|
|
#2
Posted 13 August 2006 - 03:57 AM
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.
#3
Posted 17 August 2006 - 06:00 PM
Yes, this namespace is really all you need to parse XML from C#. Need any help using it?


Sign In
Create Account


Back to top









