Mercurial > genshi > mirror
comparison ChangeLog @ 280:ce848f7c41f1 trunk
The content of `<script>` and `<style>` elements is no longer escaped when serializing to HTML but declaring the XHTML namespace in the template.
author | cmlenz |
---|---|
date | Sat, 07 Oct 2006 19:18:05 +0000 |
parents | d6c58473a9d0 |
children | 1f5753346a75 |
comparison
equal
deleted
inserted
replaced
279:a99666402b12 | 280:ce848f7c41f1 |
---|---|
18 be configured per instance. | 18 be configured per instance. |
19 * Fixed the namespace context used by XPath patterns in py:match templates. | 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 | 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 | 21 matched, where they should rather use the context in which they were |
22 defined. | 22 defined. |
23 * The content of `<script>` and `<style>` elements is no longer escaped when | |
24 serializing to HTML but declaring the XHTML namespace in the template. | |
23 | 25 |
24 | 26 |
25 Version 0.3.1 | 27 Version 0.3.1 |
26 http://svn.edgewall.org/repos/genshi/tags/0.3.1/ | 28 http://svn.edgewall.org/repos/genshi/tags/0.3.1/ |
27 (Sep 22 2006, from branches/stable/0.3.x) | 29 (Sep 22 2006, from branches/stable/0.3.x) |