Parse, Add To XML file.

A

acool

I have a string of XML that I need to Parse Add items to nodes and take
nodes out of the file are there existing methods in the System.XML object
model for doing this sort of thing?
 
M

Michael Bray

I have a string of XML that I need to Parse Add items to nodes and take
nodes out of the file are there existing methods in the System.XML object
model for doing this sort of thing?

Yes... everything you need is contained in the System.Xml namespace. Look
at the methods for XmlNode - most of it is there.

-mdb
 

Ask a Question

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.

Ask a Question

Top