Mercurial > genshi > genshi-test
comparison ChangeLog @ 278:8de2620504b9
Fix the handling of namespace context for match templates.
author | cmlenz |
---|---|
date | Mon, 02 Oct 2006 10:49:32 +0000 |
parents | c9fd81953169 |
children | e68705cb462e |
comparison
equal
deleted
inserted
replaced
277:c9fd81953169 | 278:8de2620504b9 |
---|---|
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) |