September 22nd, 2005
Retrieving and Processing XML with ASP.Net
The .Net Framework includes an extensive set of tools for working with XML data. This article will explain how to retrieve remote XML data from an application that doesn’t necessarily provide Web Services yet, but transmits data in XML format. Also included is the code to process the returned data. Read on…

