view README.txt @ 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 eaf2a3171e12
children 3ed5d7e47f38
line wrap: on
line source
About Genshi
============

Genshi is a Python library that provides an integrated set of components
for parsing, generating, and processing HTML, XML or other textual
content for output generation on the web. The major feature is a
template language, which is heavily inspired by Kid.

For more information please see the documentation in the `doc` directory, and visit the Genshi web site:

  <http://genshi.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software