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
 
Back
Top