[
Lists Home |
Date Index |
Thread Index
]
http://apps.gotdotnet.com/xmltools/xsdinference/
--
PITHY WORDS OF WISDOM
The heaviest burden a man can carry is a chip on his shoulder.
This posting is provided "AS IS" with no warranties, and confers no
rights.
> -----Original Message-----
> From: Peter Loh Yoon Chao [mailto:yoonchao@starhub.net.sg]
> Sent: Wednesday, February 11, 2004 5:35 PM
> To: Mike Fitzgerald; Jhon
> Cc: xml-dev@lists.xml.org
> Subject: RE: [xml-dev] xsd to xml
>
> Hi All,
>
> On a related note, are there tools to perform the reverse,
> i.e. given a "complete" XML document, it will generate the
> XML schema definition? I realize that some degree of
> hand-checking would be required, but they will accelerate the
> schema development process. Thanks.
>
> Peter
>
> > -----Original Message-----
> > From: Mike Fitzgerald [mailto:mikefz@wyeast.net]
> > Sent: Thursday, February 12, 2004 8:51 AM
> > To: Jhon
> > Cc: xml-dev@lists.xml.org
> > Subject: Re: [xml-dev] xsd to xml
> >
> >
> > Another tool that does this sort of thing in Java is ASAMI
> Tomoharu's
> > Relaxer which compiles DTDs, RELAX NG, XML Schema, and XML
> instances
> > into Java classes, for largely the same purposes. Available at
> > http://www.relaxer.org.
> >
> > Mike
> >
> > Jhon wrote:
> >
> > >Thanks for all replies.
> > >Ed, I will look into all these tools.
> > >
> > >j
> > >
> > >Ed Day <eday@obj-sys.com> wrote:
> > >There is a class of tools that does this sort of thing. Our
> > XBinder XML Schema Compiler
> > (http://www.obj-sys.com/products_xbinder.shtml) is one of them.
> > It compiles an XML schema file into a set of C structures or C++
> > classes that allow you to serialize programatic data to
> XML. It can
> > also be used to parse an XML document that matches a given
> schema into
> > a program structure.
> > >
> > >Similar tools (many open source) also exist for Java such as
> > Castor and JAXB.
> > >
> > >Regards,
> > >
> > >Ed Day
> > >
> > >Objective Systems, Inc.
> > >http://www.obj-sys.com
> > >
> > >
> > >----- Original Message -----
> > >From: Jhon
> > >To: xml-dev@lists.xml.org
> > >Sent: Wednesday, February 11, 2004 4:23 PM
> > >Subject: [xml-dev] xsd to xml
> > >
> > >
> > >Hi All,
> > >
> > >Given an xsd, is it possible to generate an XML programatically ?
> > >Is there any such APIs available ?
> > >
> > >thanks,
> > >john
> > >
> > >
> > >
> > >---------------------------------
> > >Do you Yahoo!?
> > >Yahoo! Finance: Get your refund fast by filing online
> > >
> > >---------------------------------
> > >Do you Yahoo!?
> > >Yahoo! Finance: Get your refund fast by filing online
> > >
> > >
> >
> >
> > -----------------------------------------------------------------
> > The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> > initiative of OASIS <http://www.oasis-open.org>
> >
> > The list archives are at http://lists.xml.org/archives/xml-dev/
> >
> > To subscribe or unsubscribe from this list use the subscription
> > manager: <http://lists.xml.org/ob/adm.pl>
> >
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org
> <http://www.xml.org>, an initiative of OASIS
> <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
>
|