2010-01-03 09:13:38 +01:00
|
|
|
The dexml module takes the obvious mapping between XML tags and
|
|
|
|
Python objects and lets you capture that as cleanly as possible.
|
|
|
|
Loosely inspired by Django's ORM, you write simple class definitions
|
2011-08-04 03:19:27 +02:00
|
|
|
to define the expected structure of your XML document.
|
2010-01-03 09:13:38 +01:00
|
|
|
|
2011-08-04 03:19:27 +02:00
|
|
|
WWW: http://www.rfk.id.au/software/
|