Changeset 2535:c18e966a38ab in livinglogic.python.xist
- Timestamp:
- 05/31/06 18:54:08 (14 years ago)
- Author:
- Walter Doerwald <walter@…>
- Branch:
- default
- Message:
-
Add venom: A namespace similar to toxic but for Python code instead of
PL/SQL.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
r2530
|
r2535
|
|
5 | 5 | <lit>lang</lit> and <lit>xml:lang</lit> attribute, if neither of them exists.</item> |
6 | 6 | <item>Namespaces for RSS 0.91, RSS 2.0 and Atom 1.0 have been added.</item> |
| 7 | <item>A new namespace <module>ll.xist.ns.venom</module> has been added that |
| 8 | is similar to <module>ll.toxic</module> but can be used to generate Python |
| 9 | code instead of PL/SQL code. Using <module>venom</module> templates is about |
| 10 | 50 times faster then using &xist; trees directly and about 10 times faster then |
| 11 | <link href="http://kid.lesscode.org/">Kid</link>.</item> |
7 | 12 | </ulist> |
8 | 13 | </section> |