Matisse
 

Download Matisse


overview
architecture
features
solutions
sales

Language Binding Reference
Matisse XML Language Binding
The Matisse XML Language Binding provides utilities to simplify the development of applications using XML with Matisse. You can import XML documents into the database or export objects from the database into XML documents simply and easily.

The structure of the XML document is tightly mapped with the structure of the database schema, even if the XML document has highly hierarchical elements or ordered elements. The document type definition (DTD) of XML documents needs to follow the Matisse schema, but it does not need to match exactly.

With the Matisse XML Language Binding you can manipulate any data element that has been created using any other Matisse Interface like Java, C++, ODL, Perl, Python or Eiffel, or by using the JDBC or ODBC drivers.

Back