XML Bindings
The goal of the XML Bindings Project is to provide type-safe IO for XML documents.
The basic principles for any given XML vocabulary is:
- The source is a schema (XML Schema, RelaxNG)
- The code was generated from the schema.
- The code is a type-safe representation of the schema.