users@jaxb.java.net

Schema Parser

From: José Ventura <ventura_at_cit.com.br>
Date: Tue, 13 May 2003 14:32:10 -0300

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