comparison ChangeLog @ 462:d5e2a7b58116 trunk

Add lower-level serialization functions.
author cmlenz
date Thu, 26 Apr 2007 09:14:30 +0000
parents 75425671b437
children 2f13c5fc4a4d
comparison
equal deleted inserted replaced
460:75425671b437 462:d5e2a7b58116
4 4
5 * Fix incorrect reference to translation function in the I18N filter. 5 * Fix incorrect reference to translation function in the I18N filter.
6 * The `ET()` function now correctly handles attributes with a namespace. 6 * The `ET()` function now correctly handles attributes with a namespace.
7 * XML declarations are now processed internally, as well as written to the 7 * XML declarations are now processed internally, as well as written to the
8 output when XML serialization is used (ticket #111). 8 output when XML serialization is used (ticket #111).
9 * Added the functions `encode()` and `get_serializer()` to the `genshi.output`
10 module, which provide a lower-level API to the functionality previously only
11 available through `Stream.render()` and `Stream.serialize()`.
9 12
10 13
11 Version 0.4 14 Version 0.4
12 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ 15 http://svn.edgewall.org/repos/genshi/tags/0.4.0/
13 (Apr 16 2007, from branches/stable/0.4.x) 16 (Apr 16 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software