Next |
XBinder is an XML data binding tool. A tool of this type can take data expressed in XML and populate data structures for a particular programming language with it. Such a tool can also take data in a programming language's data structures and generate XML from it.
This tutorial is organized as follows:
- Brief Review of XML and XSD
- Overview of How XML Data Binding Works
- Obtaining XBinder
- Installing XBinder
- Generating Code from XML Schemas
- Using Code Generated from XML Schemas
Next |