comparison ChangeLog @ 695:ed5044d318ed trunk

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 07e3f6f0ef57
children 66eead58c120
comparison
equal deleted inserted replaced
694:07e3f6f0ef57 695:ed5044d318ed
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