Part of twisted.web.template View Source View In Hierarchy
Implements interfaces: twisted.web.iweb.ITemplateLoader
ITemplateLoader
that loads and parses XML from a string.| Parameters | s | The string from which to load the XML. |
| Method | __init__ | Run the parser on a StringIO copy of the string. |
| Method | load | Load a template suitable for rendering. |
| Returns | a list of lists, unicode objects,
Elements and other IRenderable
providers.
| |