免费的 XML 生成器工具(XSD 到 XML)

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4454231/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-06 13:26:38  来源:igfitidea点击:

Free XML generator tools (XSD to XML)

xmlxsd

提问by Java Guy

Is there any free tools to generate the XML document from a given schema (XSD)?

是否有任何免费工具可以从给定的模式 (XSD) 生成 XML 文档?

XSD to XML ?

XSD 到 XML 吗?

回答by Omar

If you are working with Visual Studio, you can use "Generate Sample XML" feature in XML Schema Explorer--that wouldn't cost you extra money.

如果您正在使用 Visual Studio,您可以使用XML Schema Explorer 中的生成示例 XML”功能——这不会花费您额外的钱。

REF: How to generate sample XML documents from their DTD or XSD?

REF:如何从 DTD 或 XSD 生成示例 XML 文档?

回答by George Johnston

Altova XML Suite, which is free for 30 days, will generate dummy XML based on your schema.

Altova XML Suite 可免费使用 30 天,它将根据您的架构生成虚拟 XML。

回答by Aravind Yarram

回答by Gumbah

This one works for me in most cases:

在大多数情况下,这对我有用:

http://xmlgrid.net/genXml.html

http://xmlgrid.net/genXml.html

回答by jprism