Xml Handler
Last Update: 07 Feb 2008
Xml Handler is a library to allow developers to store data as XML-file without the
knowledge of XML concepts. Precisely saying, it can act as a middle layer to support
Add, Select with condition, Insert, Update, and Delete operations with Commit
and Rollback. Additionally we can set field to DataType, AutoIncrement and KeyField.
Actually the operations are handled by the DataSet, finally stored it as XML file.
So, you can expect most of the operations suppoerted by the DataSet here. It is
developed by C#.NET 2.0 and provided as open source and free software with
GNU Lesser General Public License . You are encouraged and invited to contribute.
XML Handleris designed to support : squared structure i.e.data table, no attributes,
minimal data, read more & write less, portable, simple & easy use. It suffers
all the disadvantages of XML as a text-file.