Mercurial > genshi > mirror
comparison ChangeLog @ 729:be0b4a7b2fd4 trunk
* Add XHTML 1.1 doctype (closes #228).
* Add option to include the XML decl in the output when serializing to XHTML.
author | cmlenz |
---|---|
date | Sat, 31 May 2008 20:48:43 +0000 |
parents | fc6d9d2a3527 |
children | 6de290dec976 |
comparison
equal
deleted
inserted
replaced
728:c7badaa0be0c | 729:be0b4a7b2fd4 |
---|---|
77 positional arguments that would be substituted was removed. Thus the | 77 positional arguments that would be substituted was removed. Thus the |
78 `Markup` class now supports the same arguments as that of its `unicode` | 78 `Markup` class now supports the same arguments as that of its `unicode` |
79 base class (ticket #211). | 79 base class (ticket #211). |
80 * The `Template` class and its subclasses, as well as the interpolation API, | 80 * The `Template` class and its subclasses, as well as the interpolation API, |
81 now take an `filepath` parameter instead of `basedir` (ticket #207). | 81 now take an `filepath` parameter instead of `basedir` (ticket #207). |
82 * The `XHTMLSerializer` now has a `drop_xml_decl` option that defaults to | |
83 `True`. Setting it to `False` will cause any XML decl in the serialized | |
84 stream to be included in the output as it would for XML serialization. | |
82 | 85 |
83 | 86 |
84 Version 0.4.4 | 87 Version 0.4.4 |
85 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ | 88 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ |
86 (Aug 14, 2007, from branches/stable/0.4.x) | 89 (Aug 14, 2007, from branches/stable/0.4.x) |