Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Genshi

Genshi - Template language

< >

Genshi is a template language created in 2006.

#1046on PLDB 17Years Old 60Users
0Books 0Papers 30Repos

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>
etoys.html 路 genshi.html 路 hamler.html

View source

- Build the next great programming language Search Day 215 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com