comparison ChangeLog @ 610:6a37018199fd

* XInclude elements in markup templates now support the `parse` attribute; when set to "xml" (the default), the include is processed as before, but when set to "text", the included template is parsed as a text template using the new syntax (ticket #101). * If an include is found when parsing a template, but no template loader has been specified, a `TemplateSyntaxError` is raised.
author cmlenz
date Mon, 27 Aug 2007 23:20:47 +0000
parents 237050080827
children cae74e2637c6
comparison
equal deleted inserted replaced
609:237050080827 610:6a37018199fd
27 template should only be applied once to a stream, or when it should not be 27 template should only be applied once to a stream, or when it should not be
28 applied recursively. 28 applied recursively.
29 * Text templates now default to rendering as plain text; it is no longer 29 * Text templates now default to rendering as plain text; it is no longer
30 necessary to explicitly specify the "text" method to the `render()` or 30 necessary to explicitly specify the "text" method to the `render()` or
31 `serialize()` method of the generated markup stream. 31 `serialize()` method of the generated markup stream.
32 * XInclude elements in markup templates now support the `parse` attribute; when
33 set to "xml" (the default), the include is processed as before, but when set
34 to "text", the included template is parsed as a text template using the new
35 syntax (ticket #101).
36 * If an include is found when parsing a template, but no template loader has
37 been specified, a `TemplateSyntaxError` is raised.
32 38
33 39
34 Version 0.4.4 40 Version 0.4.4
35 http://svn.edgewall.org/repos/genshi/tags/0.4.4/ 41 http://svn.edgewall.org/repos/genshi/tags/0.4.4/
36 (Aug 14, 2007, from branches/stable/0.4.x) 42 (Aug 14, 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software