diff ChangeLog @ 610:5e358de79e4c trunk

* 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 6d4877844e28
children 3ed5d7e47f38
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,12 @@
  * Text templates now default to rendering as plain text; it is no longer
    necessary to explicitly specify the "text" method to the `render()` or
    `serialize()` method of the generated markup stream.
+ * 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.
 
 
 Version 0.4.4
Copyright (C) 2012-2017 Edgewall Software