Mercurial > genshi > mirror
comparison ChangeLog @ 184:181d292eafa2 trunk
Interpolate multiline expressions in templates. Thanks to Christian Boos for reporting the problem and providing the fix.
author | cmlenz |
---|---|
date | Tue, 22 Aug 2006 13:16:09 +0000 |
parents | e103b75a96ce |
children | 95c3813a00de |
comparison
equal
deleted
inserted
replaced
183:1f6ca5028770 | 184:181d292eafa2 |
---|---|
1 Version 0.2 | 1 Version 0.2 |
2 http://svn.edgewall.org/repos/markup/tags/0.2.0/ | 2 http://svn.edgewall.org/repos/markup/tags/0.2.0/ |
3 (?, from branches/stable/0.2.x) | 3 (Aug 22 2006, from branches/stable/0.2.x) |
4 | 4 |
5 * XPath syntax errors now contain position info (ticket #20). | 5 * XPath syntax errors now contain position info (ticket #20). |
6 * Errors in expression evaluation now contain the correct line number in the | 6 * Errors in expression evaluation now contain the correct line number in the |
7 template (ticket #22). | 7 template (ticket #22). |
8 * <script> and <style> element contents are no longer escaped when using HTML | 8 * <script> and <style> element contents are no longer escaped when using HTML |
29 * Default values for arguments of template functions now also work with | 29 * Default values for arguments of template functions now also work with |
30 constants and complex expressions (they only worked for string or number | 30 constants and complex expressions (they only worked for string or number |
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 | |
35 in curly braces. | |
34 | 36 |
35 | 37 |
36 Version 0.1 | 38 Version 0.1 |
37 http://svn.edgewall.org/repos/markup/tags/0.1.0/ | 39 http://svn.edgewall.org/repos/markup/tags/0.1.0/ |
38 (Aug 3 2006, from branches/stable/0.1.x) | 40 (Aug 3 2006, from branches/stable/0.1.x) |