aspose file tools
The moose likes XML and Related Technologies and the fly likes Tool to generate xml schema from xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Tool to generate xml schema from xml file" Watch "Tool to generate xml schema from xml file" New topic
Author

Tool to generate xml schema from xml file

Sagar Kale
Ranch Hand

Joined: May 02, 2008
Posts: 188
Does any one know free tool to generate xml schema from xml file?
Balu Sadhasivam
Ranch Hand

Joined: Jan 01, 2009
Posts: 874


Sagar,

Its not tool though ,Check this xml utility
Sagar Kale
Ranch Hand

Joined: May 02, 2008
Posts: 188
Thanks balu.

Actually I am looking for something which I can use locally, like trang. Or plugin in eclipse. We can always design schema from scratch but it becomes far easier to generate from xml documents and then make changes to generated schema.
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
I suggest you get the free trial version of xmlspy from Altova.

I bought the commercial version years ago and it has been very very useful.

Bill


Java Resources at www.wbrogden.com
Sagar Kale
Ranch Hand

Joined: May 02, 2008
Posts: 188
Thanks William.

I know XMLSpy is very good tool. I have used free version which used to come with Weblogic 8.1. But it is good to generate schema from scratch. I am looking for something like you have XML file and you want to generate schema for that xml file with the tool. The version of XMLSpy I used did not used to support generating schema from xml.
I am looking for the tool which can generate atleast basic schema from xml which I can then modify using XMLSpy
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tool to generate xml schema from xml file
 
Similar Threads
auto-generate Schema from XML documents?
xml schema to java code tool
without xml schema, generate java classes from xml data file ?
java, xml schema and relation db
Will xml file reference schema always?