Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

generate xml from xsd [closed]

Tags:

Is there an IDE out there that can generate XML from XSD? Not Oxygen or XmlSpy, they are too expensive for me... command line based is ofcourse the preferred method!

like image 378
eddy147 Avatar asked Jan 09 '09 14:01

eddy147


People also ask

Can we generate XML from XSD?

To create an XML file from an XSD file: Right-click the XML Documents folder in your data development project, and select New > XML. The New XML File wizard opens.


2 Answers

The Netbeans IDE has a wizard for generating XML documents from an XSD schema. A nice thing is that you can also ask it to generate optional and repeating elements too.

like image 130
user22940 Avatar answered Nov 29 '22 20:11

user22940


You can do it in the Eclipse Web Tools (included in the Eclipse IDE for Java EE Developers).

like image 22
Fabian Steeg Avatar answered Nov 29 '22 20:11

Fabian Steeg