comparison ChangeLog @ 650:9ff8eccc6f1f trunk

Code blocks in match templates are now executed. Closes #155. Many thanks to Andrew Sutherland for the patch!
author cmlenz
date Mon, 08 Oct 2007 08:04:58 +0000
parents 3ed5d7e47f38
children badb73198fb1
comparison
equal deleted inserted replaced
649:717bbfe5bbdc 650:9ff8eccc6f1f
31 `serialize()` method of the generated markup stream. 31 `serialize()` method of the generated markup stream.
32 * XInclude elements in markup templates now support the `parse` attribute; when 32 * XInclude elements in markup templates now support the `parse` attribute; when
33 set to "xml" (the default), the include is processed as before, but when set 33 set to "xml" (the default), the include is processed as before, but when set
34 to "text", the included template is parsed as a text template using the new 34 to "text", the included template is parsed as a text template using the new
35 syntax (ticket #101). 35 syntax (ticket #101).
36 * Python code blocks inside match templates are now executed (ticket #155).
36 37
37 38
38 Version 0.4.4 39 Version 0.4.4
39 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 40 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
40 (Aug 14, 2007, from branches/stable/0.4.x) 41 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software