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!
A:
The .NET XML transform classes are pretty easy to use, so if you can't find something, it would be pretty easy to whip together a simple command line utility to do what you want.
Rob Prouse
2009-01-09 14:59:30
+1
A:
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.
thank you, i love netbeans, didnt know this option :)
Dr. Hfuhruhurr
2009-01-15 11:54:31
A:
You can do it in the Eclipse Web Tools (included in the Eclipse IDE for Java EE Developers).
Fabian Steeg
2009-01-15 10:27:11
and here's the link:http://www.eclipse.org/webtools/community/tutorials/XMLWizards/XMLWizards.html
Vladimir
2009-11-03 16:08:23
A:
Can anyone explain how to do this in NetBeans? Can't find it in the NetBeans menu nor in the docs. Thanks.
ErikYkema
2010-07-08 13:30:41