Reads and writes original XML dataset document. This format is very verbose and must conform to the following DTD:
<?xml version="1.0" encoding="UTF-8"?> <!ELEMENT dataset (table+)> <!ELEMENT table (column*, row*)> <!ATTLIST table name CDATA #REQUIRED> <!ELEMENT column (#PCDATA)> <!ELEMENT row (value | null | none)*> <!ELEMENT value (#PCDATA)> <!ELEMENT null EMPTY> <!ELEMENT none EMPTY>
@author Manuel Laflamme
@author Last changed by: $Author: gommma $
@version $Revision: 1043 $ $Date: 2009-09-24 10:26:51 +0200 (gio, 24 set 2009) $
@since 1.0 (Feb 17, 2002)