1.
Documentation/xml-templates.html – Genshi
The included template sees the same context data. Match templates and macros in the included template are also available to the including template after the ...
2.
Genshi
Match templates let you enforce a common structure on template output, and more. ... Genshi also provides a simple text-based template language. ...
3.
Documentation/templates.html – Genshi
This document describes the common parts of the template engine and will be most useful as reference to those developing Genshi templates. ...
4.
ApiDocs/genshi.template.base – Genshi
Base exception class for errors related to template processing. ... Template. Abstract template base class. This class implements most of the template ...
5.
Genshi
The main feature is a template language that is smart about markup: unlike conventional template languages that only deal with bytes and (if you're lucky) ...
6.
GenshiRecipes/Localization – Genshi
[^\"]*\"))\)") # calculate escapes escapes = [] def make_escapes(pass_iso8859): global escapes if pass_iso8859: # Allow iso-8859 characters to pass through ...
7.
Documentation/templates.html – Genshi
Markup templates should be used to generate any kind of HTML or XML output, ..... 4 Template Directives. Directives provide control flow functionality for ...
8.
#185 (XPath foo/bar/text() behaves like foo//bar/text()) – Genshi
node is correctly '<bar>Bar</bar>', but text is 'BarQuux', incorrectly adding the ... Add/Change #185 (XPath foo/bar/text() behaves like foo//bar/text()) ...
9.
Genshi
Python toolkit for generation of output for the web. source:/trunk/doc/2000ft.png. Genshi is a Python library that provides an integrated set of components ...
10.
Documentation/0.4.x/xpath.html – Genshi
Most of the XPath functions and operators are supported, however they (currently) only work inside predicates. The following functions are not supported: ...