comparison ChangeLog @ 278:d6c58473a9d0 trunk

Fix the handling of namespace context for match templates.
author cmlenz
date Mon, 02 Oct 2006 10:49:32 +0000
parents 7e30bfa966ab
children ce848f7c41f1
comparison
equal deleted inserted replaced
277:7e30bfa966ab 278:d6c58473a9d0
14 loader was fixed by adding locking. 14 loader was fixed by adding locking.
15 * A new filter (genshi.filters.HTMLFormFiller) was added, which can populate 15 * A new filter (genshi.filters.HTMLFormFiller) was added, which can populate
16 HTML forms based on a dictionary of values. 16 HTML forms based on a dictionary of values.
17 * The set of permitted tag and attribute names for the HTMLSanitizer can now 17 * The set of permitted tag and attribute names for the HTMLSanitizer can now
18 be configured per instance. 18 be configured per instance.
19 * Fixed the namespace context used by XPath patterns in py:match templates.
20 The were erroneously using the namespace context of the elements being
21 matched, where they should rather use the context in which they were
22 defined.
19 23
20 24
21 Version 0.3.1 25 Version 0.3.1
22 http://svn.edgewall.org/repos/genshi/tags/0.3.1/ 26 http://svn.edgewall.org/repos/genshi/tags/0.3.1/
23 (Sep 22 2006, from branches/stable/0.3.x) 27 (Sep 22 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software