使用 linq to xml 生成 xml
我正在尝试使用 linq to xml(第一次:)来查看是否可以从 xsd 生成 xml 文件? 想法?链接? 谢谢
i am trying to use linq to xml (first time:) to see if i can generate my xml file from an xsd?
ideas? links?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
101 Linq 示例
您应该开始从
xsd
文件。101 Linq Examples
You should start generate DataSet from your
xsd
file.如果您有一个架构并希望使用 .NET 框架从中生成示例,请查看 http://msdn.microsoft.com/en-us/library/aa302296.aspx。但是没有使用 LINQ to XML。
If you have a schema and want to generate a sample from it using the .NET framework then look at http://msdn.microsoft.com/en-us/library/aa302296.aspx. There is no LINQ to XML used however.