Looking for sample thats loads an XML file and updates some records

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hello,

I'm looking for a sample thats loads an XML file and updates some records.

Can somebody give me an example in C#?
Or do you have an URL where I can find the sample?

Thanks!
 
Hi,
take a look at XmlDocument.Load, SelectSIngleNode, etc.

Just read in the docs. There are samples.

Sunny
 

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

Back
Top