vote up 1 vote down star
2

Good XML tools abound, but when it comes to creating (authoring) XSD files (XML schemas), things really don't look good.

Most XML editors do the basic: it let you create stuff, with menus for the proper elements. They don't HELP you in any way, though. A few tools have more advanced features, like creating an XSD based on a sample of XMLs.

Now, giving advice on good practice, or offering libraries of sample XSDs with wizards to customize them? I haven't seen it.

So, what do you consider the BEST XML schema authoring tool?

flag

9 Answers

vote up 2 vote down

XML Spy for me.

link|flag
vote up 0 vote down

Xml Pad for me.

http://xmlpad.com/

link|flag
vote up 0 vote down

Having used several different XML tools, I prefer Stylus Studio.

link|flag
vote up 1 vote down

I like the Eclipse XSD editor (included e.g. in Eclipse for Java EE), though for me nothing beats generating the XSD from source code, if that is an option.

link|flag
vote up 2 vote down

Visual Studio has an XSD utility that does an adequate job of generating an xsd from an xml sample or a class or vice versa or most combinations of xsd, class and xml.

link|flag
vote up 2 vote down

Altova's XML Spy has a nice feature set and a powerful GUI.

link|flag
vote up 0 vote down

Liquid XML Studio can generate schemas based on multiple samples. It represents schemas graphically and enables editing both with drag&drop and context drop-down menus on the graphical representation as well as on the XML with auto-completion. It also comes with many validating schemas for various standards.

It does assume you know what you are doing, though, and has no wizards. At least on the community (free) version.

link|flag
It bothered me to name a product in a question. I decided I shouldn't have done it and removed it to a question. Since there are other questions already, it shouldn't look like I'm answering my own question. Because, truly, I'm not. This product is not what I'm looking for. – Daniel Jan 23 at 13:19
vote up 0 vote down

The best one I've used so far is oXygen XML Editor. It's a little cheaper than XML Spy.

link|flag
vote up 0 vote down

Another vote here for the Eclipse XSD and XML Editor, the code completion is so familiar to what Eclipse developers are used to this means you can create your own templates for code-assistance.

The visual editor / diagrammer is also really clear.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.