How to read an XML template from C#?
I have 开发者_Go百科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
You can use XmlDocument or XmlReader. The XmlDocument is the easiest to query.
精彩评论