Produces a DataSet from a flat DTD. Only external DTDs are supported and for the root element only the following declarations are supported.
- ANY: like <!Element dataset ANY>
- sequences: like <!Element dataset (first*,second,third?)gt;
- choices: like <!Element dataset (first|second+|third)>
Combinations of sequences and choices are not support nor are #PCDATA or EMPTY declarations.
@author Manuel Laflamme
@author Last changed by: $Author: gommma $
@version $Revision: 863 $ $Date: 2008-11-07 10:35:46 +0100 (ven, 07 nov 2008) $
@since Apr 27, 2003