资 源 简 介
Originally idea of this project is converting between XML with complex structure and dictionary objects and vice versa. Also this library is useful for automatic migration from one structure to another.
Project support for languages:
|languages|status|
|:--------|:-----|
|Python |done |
|C#(.NET 3.5+)|partially done|
|ActionScript3, C++| TBD |
What features you can see in this library:
* xml reading and writing support from and to dict
* data manipulation (IFilter interface)
* key manipulation (using keymapping)
* key restrictions (allowed and readonly)
**Notes for python version:**
It uses zope.interfaces and XML DOM support (from xml.dom package)
There lack of tests and some documentation.
You can find some other projects with same functionality. But this project has been written independently and I haven"t used any part of.