XmlStor

XML file storage medium.

note that this is not meant to get crazy, but just meant to make an XML representation of tabular data ... in other words the structure needs to be basically:

<rows><row><col>...</col></row></rows>

Methods

f __init__(self, file, encoding='utf-8', item='item', root='dataset') ...

f close(self) ...

f clean(self) ...

f save(self, **kw) ...

f start_save(self) ...

f end_save(self) ...

See the source for more information.