Karthik Balaguru
Karthik Balaguru

Reputation: 625

Best XSD file generator

I am analyzing tools that generate XSD file from XML files. I find lot of tools in internet.

  1. XSD.exe utility that comes along with Visual Studio (xsd file.xml)
  2. Stylus Studio's XSD file generator
  3. XSD Interference tool from Microsoft
  4. XMLFox Professional
  5. Liquid XML Studio (XML Editor reverse engineering)

Which of the above is best if cost-price is not a criteria ? If any other tool is better than the tools listed above, lemme know.

Are there any free tool for XSD file generation from XML file ? I searched and got this link http://www.hitsw.com/xml_utilites/ , But this supports only DTD and not XML Schema. Which could be best freeware for XSD file generation from XML file ? Any ideas ?

Thx in advans, Karthik Balaguru

Upvotes: 3

Views: 4718

Answers (2)

Zack
Zack

Reputation: 1231

XMLSpy has a 30 day trial and can do many fabulous things with/for XML. I've been using it since about 2005 for my XML needs

Upvotes: 1

marc_s
marc_s

Reputation: 754210

I am currently using a licensed version of Liquid XML Studio, and I'm quite pleased with it. It works well, seems like "overwhelming" in features than others, and so far, I have no yet found anything that I cannot do in Liquid XML Studio. Liquid XML Studio is also available as a free community edition with slightly reduced feature set (not sure if those limitations would affect the XML schema stuff...)

Their support is very responsive and so far has been able to resolve any of my issues. I can definitely recommend Liquid XML Studio.

I also use the xsd.exe tool at times - works quite nicely for simple scenarios, and it's always at my fingertips (since I'm a command-line junkie and always have a few command windows open). xsd.exe is definitely "free" (as in: it comes with Visual Studio - no extra purchase).

Upvotes: 3

Related Questions