Did you have a look at the classes provided in the 'System.Xml'
namespace. Which class you will have to use depends on what exactly you
want to do with the XML data.
sincerely,
--
Sebastian Zaklada
Skilled Software http://www.skilledsoftware.com
************************************
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
Good suggestions here. To the original poster, there are performance
differences between the 2. The XmlReader is read-only and forward-only
whereas the DOM is not (somewhat similar to a DataReader vs. a DataSet in
ADO.NET if you are familiar with those objects.) If you have large XML
documents or you need to parse them quite often, this choice becomes even
more important.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.