django-xmlmapping is a Django app to map XML data to a Django data model, and persist the data in the data base. Supports any data base supported by Django itself.
It has 2 dependencies: django-jsonfield and lxml.
For now, it has just been tested with: Python 2.7, Django 1.4, django-jsonfield 0.8.10 and lxml 2.3.4 but feel free to try it with other versions and let me know.
For installation instructions, see the file INSTALL.rst in this directory; for instructions on how to use this application, and on what it provides, see the file overview.rst in the docs/ directory.
Product's homepage
Requirements:
· Python
· Django