Re: XML to XSD

2002-04-16 Thread Olivier Brand
ROTECTED]>To: <[EMAIL PROTECTED]>Sent: Wednesday, April 17, 2002 5:33 AMSubject: RE: XML to XSD If you don't care much for performance, I'd like to add that Castor has theability to marshal/unmarsal without an XSD as well. You can use their ownmapping facility. Here&#x

Re: XML to XSD

2002-04-16 Thread Eiji Yoshida
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 17, 2002 5:33 AM Subject: RE: XML to XSD > If you don't care much for performance, I'd like to add that Castor has the > ability to marshal/unmarsal without an XSD as well. You can use their own > mapping

RE: XML to XSD

2002-04-16 Thread Lasker, Kory
ssage- From: obrand [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 2:11 PM To: [EMAIL PROTECTED] Subject: Re: XML to XSD I would recommend using Castor from Exolab to deal with XML and Schemas. JAXB is too complex since it tries to redefine what Schema already defines (constraints, typ

Re: XML to XSD

2002-04-16 Thread Adam Greene
accessed (that is Forte did not realize that it needed to be compiled)). - Original Message - From: Walden Mathews To: '[EMAIL PROTECTED]' Sent: Tuesday, April 16, 2002 3:35 PM Subject: RE: XML to XSD JAXB gets incrementally more complex the more you have t

Re: XML to XSD

2002-04-16 Thread obrand
mode?   Thanks, Walden -Original Message- From: obrand[mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 2:11PM To: [EMAIL PROTECTED] Subject: Re: XML toXSD I would recommend using Castor from Exolab to dealwith XML and Schemas. J

RE: XML to XSD

2002-04-16 Thread Walden Mathews
Thanks.  I will look into JAXB (I can get DTDs without any problems from Forte (it creates them from the XML)). - Original Message - From: Volkmann, Mark To: '[EMAIL PROTECTED]' Sent: Tuesday, April 16, 2002 10

Re: XML to XSD

2002-04-16 Thread obrand
XB (I can get DTDs without any problems from Forte (it creates them from the XML)). - Original Message - From: Volkmann, Mark To: '[EMAIL PROTECTED]' Sent: Tuesday, April 16, 2002 10:42 AM Subject: RE: XML to XSD Notethe di

Re: XML to XSD

2002-04-16 Thread Adam Greene
Thanks.  I will look into JAXB (I can get DTDs without any problems from Forte (it creates them from the XML)). - Original Message - From: Volkmann, Mark To: '[EMAIL PROTECTED]' Sent: Tuesday, April 16, 2002 10:42 AM Subject: RE: XML to XSD N

Re: XML to XSD

2002-04-16 Thread Jim Dixon
On Tue, 16 Apr 2002, Adam Greene wrote: > Does anyone know of a good (and free) program that would help one > create an XML Schema from an XML file. On the face of it this would seem to be impossible. If you have fragments like 1 2 3 it appears that the type should

RE: XML to XSD

2002-04-16 Thread Walden Mathews
x27;[EMAIL PROTECTED]'Subject: RE: XML to XSD Note the difference between "XML schema" and "XML Schema". The former includes DTDs and XML Schemas. I don't believe JAXB currently works with XML Schemas, only DTDs. -Original Message-From: Wald

RE: XML to XSD

2002-04-16 Thread Volkmann, Mark
ril 16, 2002 8:32 AMTo: '[EMAIL PROTECTED]'Subject: RE: XML to XSD Sun has JAXB (Java Architecture for XML Binding) that compiles an XML schema into java classes.  It's in early release form, and it only supports DTD schema now, although their docs say they in

RE: XML to XSD

2002-04-16 Thread Walden Mathews
AMTo: [EMAIL PROTECTED]Subject: XML to XSD Does anyone know of a good (and free) program that would help one create an XML Schema from an XML file.  I'm still kind of new to all these different XML formats (DTD, XML, XSD, WSDL, and the list goes on), but I want to use Castor t

XML to XSD

2002-04-16 Thread Adam Greene
Does anyone know of a good (and free) program that would help one create an XML Schema from an XML file.  I'm still kind of new to all these different XML formats (DTD, XML, XSD, WSDL, and the list goes on), but I want to use Castor to create classes for loading and saving XML and it wants t