This is the Dml Package 1.0.1.0.
Good pepole, The Dml 1.0.1.0 is here.
General DescriptionThis package has several new importent features:
- The DTD have been replaced by to schemas:
- dml1_0.xsd: The schema forces you to use the namespace ("http://www.codeplax.com/dml"), look for element documantation in the Home section for full explenation.
- dml 1_0free.xsd: The schema allow the user not to use the namespace and reduces the size of the document.
The user can choose between the schemas through the recommended schema is the one which supports the namespace and it is also the default schema used by the DmlSerializer.
- A Vaildation Method Was Added: DmlSerializer.VaildateDml(Stream)
- Meta Data Support Added:
- On Serialization, The Table in the DataSet Called "Metadata" and will have th columns "Name" and "Value" Will be serialized into meta data
- On Deserialization, The metadata will be serialized into the mentioned above.
- Data Relation Support Added. More information on the element documantation section.
NoteThrough the DTD is avilable in this package it is obslote so avoid using it for it will be soon vanished and will not be supported.
By E.C.