Is there an API (not necessarily inside JAXB) that can parse
an XMLSchema and generate a tree representing the structure?
Here, we developed a documentation tool that generates HTML
pages based on DTDs. It reads the DTD, finds some javadoc-like
comments and produces the output -- some HTML pages saying "this
tag goes inside this one, has these children, and accepts
these attributes". I want to migrate it to read XSDs as well.
Any ideas? Is there a tool out there wich does this already?
[]'s
- ventura