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: