Re: XML Schemas

2005-09-16 Thread Gregory Lapouchnian
Hi Davanum, Thanks for pointing us at XmlSchema. It looks like something we could really use for our project. I've played around with it for a bit but I keep getting exceptions when I try to create an XmlSchema object using the SchemaBuilder class. I've tried a number of different schemas, some J

Re: XML Schemas

2005-09-16 Thread Davanum Srinivas
Gregory, please join the general AT ws.apache.org mailing list. (by sending an email to general-subscribe@). Axis2 and Woden are beginning to use it. Please post a stack trace and a pointer to the schema you are using when u post your question to that mailing list. Thanks, dims On 9/16/05, Grego

Re: XML Schemas

2005-09-16 Thread shane_curcuru
The other obvious, although heavyweight answer, is to look into the Eclipse EMF and XSD tools, which give a ton of information about schemas, and support auto-generating code to create editors for a schema (although not, perhaps, as simply editable code as your application needs). It's worth s