Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Genshi

< >

Genshi is a template language created in 2006.

#1946on PLDB 18Years Old 30Repos
Wikipedia

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's syntax is based on Kid, but its architecture is different. Read more on Wikipedia...


Example from Wikipedia:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://genshi.edgewall.org/"> <body> <p py:content="2 + 2">This will be replaced with 4</p> </body> </html>
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll