Mercurial > genshi > mirror
comparison ChangeLog @ 185:95c3813a00de trunk
Fix for #34: `py:def` macros can now be invoked from within expressions in attribute values.
author | cmlenz |
---|---|
date | Tue, 22 Aug 2006 14:52:44 +0000 |
parents | 181d292eafa2 |
children | b64e36bc1100 |
comparison
equal
deleted
inserted
replaced
184:181d292eafa2 | 185:95c3813a00de |
---|---|
31 literals before). | 31 literals before). |
32 * XPath expressions in now support XPath variables ($var) in predicates | 32 * XPath expressions in now support XPath variables ($var) in predicates |
33 (ticket #31). | 33 (ticket #31). |
34 * Expressions in templates can now span multiple lines if they are enclosed | 34 * Expressions in templates can now span multiple lines if they are enclosed |
35 in curly braces. | 35 in curly braces. |
36 * py:def macros can now be invoked from within expressions inside attribute | |
37 values (ticket #34). | |
36 | 38 |
37 | 39 |
38 Version 0.1 | 40 Version 0.1 |
39 http://svn.edgewall.org/repos/markup/tags/0.1.0/ | 41 http://svn.edgewall.org/repos/markup/tags/0.1.0/ |
40 (Aug 3 2006, from branches/stable/0.1.x) | 42 (Aug 3 2006, from branches/stable/0.1.x) |