[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XML Data Binding


xml data binding
Hi

XSD's are excellent at describing a standard, but ultimately programs need
to be written to create or consume compliant XML. Their are a number of ways
of doing this, DOM parsers SAX parsers or XML Data Binding.

XML Data binding takes your XSD, and generates classes from it. Each class
represents an element or complex type from the schema. Now instead of
writing mountains of unintuitive code to deal with DOM objects, you can
reference the simple generated classes dealing with strongly typed
properties. XML documents can be serialized/deserialized from these objects.

This has a number of advantages;
    o Much faster development
    o Higher level of compliance to schema
    o Inconsistencies between code and schema can be identified at compile
time.

Here at Liquid Technologies we have spent the last 3 years developing and
refining a system that is now best of breed, generating Java, C#, cross
platform C++ or Visual Basic 6 code from XSD, XDR & DTD's schemas.

A free evaluation is available from our site
http://www.liquid-technologies.com/Products.htm

Thank you for your time

Simon Sprott.
 

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.