tags:

views:

519

answers:

1

Hi Guys, I am in real trouble. I want to convert an XML schema (XSD) document into a tree like structure. Is there any straight way of doing it?

I used XMLBeans to parse the XSD document and tried to traverse the parsed document. But, handling the gory details of XSD was not easy. Thereby, I left that and searching for a much cleaner way.

Please help.

Thanks, Aatish

A: 

try XSDViewer.sh or XSDViewer.bat from http://code.google.com/p/jlibs/

it shows the xsd in swing tree.

Santhosh Kumar T