Who knows about a good MVC Python Web Framework for DB XML ?
798628Jun 8 2011 — edited Jun 15 2011Seems weird, but I don't find any appealing MVC based Web Framework in Python using Berkeley DB XML as a datastore and XQuery as a templating system. SDPublisher (based on DB XML and Django) seemed a good lead until I saw that XQuery is not really used as a templating system (the Django templating is used instead, which is not XML friendly).
There is xqmvc, based of MarkLogic : see http://code.google.com/p/xqmvc/wiki/Introduction, plus the good presentation of the architecture in the download area. I'm dreaming about an equivalent using DB XML: any idea? or any good reason why it is not a good idea to use XQuery as a templating system for a web framework?