Genshi is a template engine for XML-based vocabularies written in Python. Genshi is used to easily insert generated output into XML-based languages, usually HTML, and reuse elements between documents. Genshi is based on Kid and aims to implement some of its functionality while processing templates faster.
Genshi's can be used with several Python web frameworks, such as CherryPy , TurboGears, Pylons and web2py. Genshi will eventually replace Kid i...
more
Read article at Wikipedia
Genshi
Programming Language
Influenced:
Similar topics in Freebase
-
JavaScript
JavaScript is an object-oriented scripting language used to enable programmatic access to objects within both the client application and other applications. It is primarily used in the form of client-side JavaScript, implemented as an integrated component of the web browser, allowing the... -
Kid
Kid is a simple template engine for XML-based vocabularies written in Python. Kid claims to have many of the best features of XSLT, TAL, and PHP, but "with much of the limitations and complexity stamped out". While kid was heavily hyped by the TurboGears framework it looks like it's more and more...