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

Re: XML Schemas [Xydra driving XHTML form to create XML document instance based on XML Schema]

2005-09-15 Thread Patrick Smith
field name having XPath like > address where form filed value should go into XML instance. on top of it > we experimented with Protege and intelligent defaults/learning. all > source code is available and maybe you find some of those ideas useful > in your work and i think having AJAX-enabled XHTML form to create XML > instance document guided by XML Schemas would be very cool ;-) > > best, > > alek >

Re: XML Schemas [Xydra driving XHTML form to create XML document instance based on XML Schema]

2005-09-15 Thread Aleksander Slominski
ented with Protege and intelligent defaults/learning. all source code is available and maybe you find some of those ideas useful in your work and i think having AJAX-enabled XHTML form to create XML instance document guided by XML Schemas would be very cool ;-) best, alek -- The best way to p

Re: XML Schemas

2005-09-15 Thread Davanum Srinivas
Try xmlschema... run "svn co http://svn.apache.org/repos/asf/webservices/commons/trunk/XmlSchema/"; to get the files. -- dims On 9/15/05, Patrick Smith <[EMAIL PROTECTED]> wrote: > Hi, > > My teammate and I are currently working on a web based XML editor (that > extracts XML files from rars/ja

XML Schemas

2005-09-15 Thread Patrick Smith
Hi, My teammate and I are currently working on a web based XML editor (that extracts XML files from rars/jars/wars and ears) to configure applications running on an application server while they're still deployed. One of the editor's views is a form based view. You can take a look at a simple moc