[sqlalchemy] Off Topic: Declarative-style for XML?

2009-12-18 Thread AF
Hello, I've become quite used to SQLAlchemy's Declarative style notation for defining data to be stored in SQL. Does anyone know of library that will do something similar for simple XML? Basically I need objects (and attributed collections of objects) that are effectively records for groups of

Re: [sqlalchemy] Off Topic: Declarative-style for XML?

2009-12-18 Thread Wichert Akkerman
On 2009-12-18 20:50, AF wrote: Hello, I've become quite used to SQLAlchemy's Declarative style notation for defining data to be stored in SQL. Does anyone know of library that will do something similar for simple XML? Basically I need objects (and attributed collections of objects) that