Hello,
I have an xsd file, and I would like to read its structure and display it as a JTree.
I know there are DOM and SAX parsers, but Im looking for something that would detect simple/complex types etc.
Is there any library able to do this? I know C# has XMLSchema, but I have to write in Java.
Cheers,
Charles