Mercurial > genshi > genshi-test
annotate examples/transform/README.txt @ 613:d8f961381f75
GenshiTutorial: fix storing of submissions.
author | cmlenz |
---|---|
date | Wed, 29 Aug 2007 19:34:39 +0000 |
parents | 5a9b6e0aa3cc |
children |
rev | line source |
---|---|
107
5a9b6e0aa3cc
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 |
5a9b6e0aa3cc
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>. |
5a9b6e0aa3cc
Add example that shows how to transform an HTML document.
cmlenz
parents:
diff
changeset
|
3 The output is that a proper XTHML document. |