What I have in mind is a way to model your XML document in terms of
python classes, much like SQLObject does with relational tables.
A long time ago I've explored this kind of "declarative" programming. There was a project started at the time, we used to call it "metatemplate". It was a framework which could be used to write any kind of hierarchical data structure using plain Python classes. There are some notes at:
http://pythonnotes.blogspot.com/2004/10/metatemplate-generic-data-templates-in.html
and there is evena project started at Python-Hosting for it:
http://metatemplate.python-hosting.com/wiki
I'll probably go about trying to write this reguardless, but given some
positive feedback from the list, I may be more motivated. And I am
wondering if this would be a welcome addition to turbogears.
Feel free to use my code as a starting point. I'm willing to resume working, I just need someone to push me a little bit :-) so if you wanna to... drop me a note.
--
Carlos Ribeiro
Consultoria em Projetos
blog: http://rascunhosrotos.blogspot.com
blog: http://pythonnotes.blogspot.com
mail: [EMAIL PROTECTED]
mail: [EMAIL PROTECTED]
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

