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
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
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
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
>
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
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
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