comparison ChangeLog @ 545:6e21c89d9255

Support for Python code blocks in templates can now be disabled. Closes #123.
author cmlenz
date Thu, 28 Jun 2007 23:00:24 +0000
parents 19c7dc1e4dd5
children c2e039c7e439
comparison
equal deleted inserted replaced
544:74b89383da3f 545:6e21c89d9255
9 * When using HTML or XHTML serialization, the `xml:lang` attribute is 9 * When using HTML or XHTML serialization, the `xml:lang` attribute is
10 automatically translated to the `lang` attribute which HTML user agents 10 automatically translated to the `lang` attribute which HTML user agents
11 understand. 11 understand.
12 * Added support for the XPath 2 `matches()` function in XPath expressions, 12 * Added support for the XPath 2 `matches()` function in XPath expressions,
13 which allow matching against regular expressions. 13 which allow matching against regular expressions.
14 * Support for Python code blocks in templates can now be disabled
15 (ticket #123).
14 16
15 17
16 Version 0.4.3 18 Version 0.4.3
17 http://svn.edgewall.org/repos/genshi/tags/0.4.3/ 19 http://svn.edgewall.org/repos/genshi/tags/0.4.3/
18 (?, from branches/stable/0.4.x) 20 (?, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software