开发者

How to read an XML template from C#?

开发者 https://www.devze.com 2023-02-04 07:20 出处:网络
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 r

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消