I wanted a library which can be used to introspect an XSD. Basically parse it and give an object representation so that I can get the types, names, annotaions,namespace etc. So I came across mainly two of the libraries: java.net XML Schema Object Model (XSOM) and Apache commons XMLSchema
I felt XSOM is better, but it seems to be having a different CDDL license. So will I be able to use XSOM in a commercial project which I cant make open source? Any of you aware of any better such libraries which will have LGPL type of license?