comparison ChangeLog @ 695:3d11d6b1d3d4

The `TemplateLoader` class now provides an `instantiate()` method that can be overridden by subclasses to implement advanced template instantiation logic. Fixes #204.
author cmlenz
date Wed, 26 Mar 2008 22:22:47 +0000
parents 812671b40022
children 87b8e23610d4
comparison
equal deleted inserted replaced
694:812671b40022 695:3d11d6b1d3d4
54 * Match templates are now applied in a more controlled fashion: in the order 54 * Match templates are now applied in a more controlled fashion: in the order
55 they are declared in the template source, all match templates up to (and 55 they are declared in the template source, all match templates up to (and
56 including) the matching template itself are applied to the matched content, 56 including) the matching template itself are applied to the matched content,
57 whereas the match templates declared after the matching template are only 57 whereas the match templates declared after the matching template are only
58 applied to the generated content (ticket #186). 58 applied to the generated content (ticket #186).
59 * The `TemplateLoader` class now provides an `instantiate()` method that can
60 be overridden by subclasses to implement advanced template instantiation
61 logic (ticket #204).
59 62
60 63
61 Version 0.4.4 64 Version 0.4.4
62 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 65 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
63 (Aug 14, 2007, from branches/stable/0.4.x) 66 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software