Notes:
Dryverl version 0.2 extends the Dryverl XML dialect to allow specifying recursive Erlang terms decodings/encodings.
Changes:
** The XML Schema has been extended to define several new elements
that add support for recursive encoding / decoding of Erlang terms in
the C code of a driver: <decode-input-function/>,
<call-input-decoding-function/>, <encode-output-function/>, and
<call-output-encoding-function/>.
** The XML Schema namescape name has been modified, to increment the
version from 0.1 to 0.2, and to reflect the domain name change
("objectweb" -> "ow2") following the merger of ObjectWeb into OW2.
** The XML Schema version 0.2 is almost backwards compatible with
version 0.1. Existing Dryverl driver specifications can be used with
Dryverl 0.2, by only modifying the namespace name of the Dryverl XML
Schema used in the driver XML file. The namespace name must be
changed from:
http://objectweb.org/dryverl-0.1
into:
http://ow2.org/dryverl-0.2