You could load the schema into XSModel, which is an interface that you could get everything in your schema. You could look at the Xerces xml schema api and build a tree based on your needs.
Stephen On Wed, 3 Mar 2004, Benson Cheng wrote: > I am trying to write an application that parses a XSD or DTD file, build > a model tree of the XSD/DTD, and then display the model tree in a tree > view. How can I use Xerces built-in classes to accomplish this? May be > an example will be great. > > Thanks, > Benson. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]