Re: Advice about tools

2008-07-22 Thread Daniel Toffetti
Murphy [EMAIL PROTECTED] Para: user@xmlbeans.apache.org Enviado: martes 22 de julio de 2008, 0:22:38 Asunto: RE: Advice about tools Daniel – An XML document is a tree model for data. Look at XML Beans XmlCursor documentation: http://xmlbeans.apache.org/docs/2.2.0/reference/index.html You have

Re: Advice about tools

2008-07-22 Thread Daniel Toffetti
What are the classes I should use to traverse the schema and build a TreeModel from it ? Cheers, Daniel - Mensaje original De: Jacob Danner [EMAIL PROTECTED] Para: user@xmlbeans.apache.org Enviado: martes 22 de julio de 2008, 0:24:59 Asunto: Re: Advice about tools Hi Daniel

Re: Advice about tools

2008-07-22 Thread Daniel Toffetti
What are the classes I should use to traverse the schema and build a TreeModel from it ? Cheers, Daniel - Mensaje original De: Jacob Danner [EMAIL PROTECTED] Para: user@xmlbeans.apache.org Enviado: martes 22 de julio de 2008, 0:24:59 Asunto: Re: Advice about tools Hi Daniel

Advice about tools

2008-07-21 Thread Daniel Toffetti
Hi ! I would like to know if it's possible to do what I'm trying to do, and what would be the best tools to do that. Here is it: I want to load an XML Schema Definition into a TreeModel to display it in a user interface. The user should be able to interact with that interface to add

Re: Advice about tools

2008-07-21 Thread Jacob Danner
Hi Daniel, Yep, It's possible, and has been done by a couple of XML Editing tools already. While I haven't tried dev'ing this usage scenario myself, I don't see anything preventing you from using XMLBeans to do so. -jacobd On Tue, Jul 22, 2008 at 3:44 AM, Daniel Toffetti [EMAIL PROTECTED] wrote: