简体   繁体   English

如何从C#中读取XML模板?

[英]How to read an XML template from C#?

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. 我已经为报告创建了一个xml模板,基本上我需要创建一个不是很复杂的程序,该程序使用用户提供的信息来创建报告。 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 . 您可以使用XmlDocumentXmlReader The XmlDocument is the easiest to query. XmlDocument是最容易查询的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM