Re: xml web templating with python

2008-09-05 Thread Dan Fairs
> > In general I like the declarative style of tag libraries like jsp and > asp .net. They don't mix code and html (which encourages separation > between presentation and application logic), and the xml tags allow me > to define controls separately (like say, a navigation bar) and reuse > them in

xml web templating with python

2008-09-04 Thread Brendan
I'm looking around at python web frameworks and I've heard some good stuff about django. I mostly need something to do the presentation level. In general I like the declarative style of tag libraries like jsp and asp .net. They don't mix code and html (which encourages separation between presenta