Mercurial > genshi > mirror
annotate examples/transform/README.txt @ 526:8779b2a775d9 trunk
Fix interpolation of short-form expressions that include literal text before the expression. Thanks to Alec for reporting the issue.
author | cmlenz |
---|---|
date | Mon, 18 Jun 2007 21:00:39 +0000 |
parents | 8b6bd2d920c1 |
children |
rev | line source |
---|---|
107
8b6bd2d920c1
Add example that shows how to transform an HTML document.
cmlenz
parents:
diff
changeset
|
1 This example shows how to transform some HTML input, while adding |
8b6bd2d920c1
Add example that shows how to transform an HTML document.
cmlenz
parents:
diff
changeset
|
2 elements such as headers, and using <em>/<strong> instead of <i>/<b>. |
8b6bd2d920c1
Add example that shows how to transform an HTML document.
cmlenz
parents:
diff
changeset
|
3 The output is that a proper XTHML document. |