Mercurial > genshi > mirror
view examples/transform/README.txt @ 377:9aa6aa18fa35 trunk
Add `Attrs` class to `genshi.core.__all__`, so that it can be imported directly from the `genshi` package.
author | cmlenz |
---|---|
date | Thu, 23 Nov 2006 12:36:43 +0000 |
parents | 8b6bd2d920c1 |
children |
line wrap: on
line source
This example shows how to transform some HTML input, while adding elements such as headers, and using <em>/<strong> instead of <i>/<b>. The output is that a proper XTHML document.