Xml to Xsd-Schema (Xml2Xsd) Posted on 14 September, 2009 by karussell wget http://jing-trang.googlecode.com/files/trang-20090818.zip unzip trang-20090818.zip cd trang-20090818/ wget -O test.xml “http://www.metapartei.de/polls/show/10.xml” java -jar trang.jar test.xml test.xsd cat test.xsd
Yes its working , but is there any eclipse plugins present for the same?
I’m not aware of one. You could put it into an ant file …