[
Lists Home |
Date Index |
Thread Index
]
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
>
>
|