Mercurial > genshi > mirror
annotate README.txt @ 337:6cc2eabf73b8 experimental-compiler
- using QName/Attrs now, is faster if match templates are being used, only slightly slower if not
- got XMLSerializeFilter working. Filters also are stateful for now since they are used multiple times
for the same module during generation
author | zzzeek |
---|---|
date | Thu, 09 Nov 2006 01:11:46 +0000 |
parents | 84168828b074 |
children | eaf2a3171e12 acf7c5ee36e7 |
rev | line source |
---|---|
230 | 1 About Genshi |
26
3c1a022be04c
* Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff
changeset
|
2 ============ |
3c1a022be04c
* Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff
changeset
|
3 |
230 | 4 Genshi is a Python library that provides an integrated set of components |
5 for parsing, generating, and processing HTML, XML or other textual | |
6 content for output generation on the web. The major feature is a | |
7 template language, which is heavily inspired by Kid. | |
148
dcc9dc25bc59
Added changelog file, plus some README and setup tweaks.
cmlenz
parents:
65
diff
changeset
|
8 |
230 | 9 For more information please visit the Genshi web site: |
26
3c1a022be04c
* Split out the XPath tests into a separate `unittest`-based file.
cmlenz
parents:
diff
changeset
|
10 |
230 | 11 <http://genshi.edgewall.org/> |