开发者

creating xml files based on XSD using java xml framework

开发者 https://www.devze.com 2022-12-23 01:13 出处:网络
which Java XML framework would be the best to c开发者_运维技巧reate all possible XML files based on specified XSD file.Eclipse has tools for doing this and is probably free.

which Java XML framework would be the best to c开发者_运维技巧reate all possible XML files based on specified XSD file.


Eclipse has tools for doing this and is probably free.

Once you've got the right version of Eclipse, open the existing schema file for editing (or create a new one: select File -> New... Other ... XML / XML Schema ). When you're ready to generate a test XML file, locate the file in the Package Explorer (the navigator view, usually on the left side), right click on it, and select Generate/XML File.


Oxygen is a tool that can generate xml files from xsd.

XMLBeans tools seem to offer this, too.

And something called "trang" appears to be able to do this.

0

精彩评论

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