Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Kid templating language

Kid templating language - Template language

< >

Kid templating language is a template language created in 1999.

#1339on PLDB 24Years Old 45Users
0Books 0Papers

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". Kid initially acted as the View component of the TurboGears framework in the framework's version 1.x implementation; however, the TurboGears project team has since replaced it with Genshi, citing perceived performance advantages.Kid is used by the Fedora Project in the repoview utility which creates a set of static HTML pages within a YUM repository.. Read more on Wikipedia...


Example from Wikipedia:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/kid/ns#"> <head> <title py:content="title">title goes here</title> </head> <body> <ul> <li py:for="item in mylist" py:content="item">item goes here</li> </ul> </body> </html>
q-equational-programming-language.html 路 kid.html 路 reduce.html

View source

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