Genshi: A Real Web Templating Language

I believe that it is very important for web sites to comply with HTML/XHTML standards. The HTML specification is very detailed in how it should be represented and thus browsers that render HTML try to follow the specification as close as possible. Most of the template languages that I have used(Django, Mako) are text-based. This means that it the template processors don’t know anything about HTML. Everything that it works with is just text(as far is it knows)....

October 17, 2007 · Chris Moos