0

I have created an xml template for a report and basically i need to create a not very complicated program that creates a report with the information given by the user. Any help would be really really really appreciated. I really need some!

Links anything would be a help. Im so puzzled

Thank you

jackie
  • 57
  • 1
  • 2
  • 8
  • looks quite similar [Reading XML template, make a change and display on page](http://stackoverflow.com/questions/3349961/reading-xml-template-make-a-change-and-display-on-page) – kuszi Jan 13 '11 at 19:12
  • 1
    Are you simply asking how to use XML from a C# program? – John Saunders Jan 13 '11 at 20:03

1 Answers1

3

You can use XmlDocument or XmlReader. The XmlDocument is the easiest to query.

Kees C. Bakker
  • 32,294
  • 27
  • 115
  • 203