Skip to main content

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 16 people (3 private), first by anonymouse user on 2006-10-13


Public Comment

on 2006-10-26 by jcbuffington

"parsing, generating, and processing HTML, XML or other textual content"

Public Sticky notes

Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web.

The main feature is a template language that is smart about markup: unlike conventional template languages that only deal with bytes and (if you're lucky) characters, Genshi knows the difference between tags, attributes, and actual text nodes, and uses that knowledge to your advantage. For example:

Highlighted by cdetrio

Highlighted by citole

Highlighted by citole