Edgewall Software

Changes between Version 20 and Version 21 of GenshiFaq


Ignore:
Timestamp:
Sep 11, 2006, 2:27:16 PM (18 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GenshiFaq

    v20 v21  
    4949
    5050Beyond the XML-based template engine, Genshi provides:
    51  * a [MarkupStream unified stream-based processing model] for markup, where
    52  * streams can come from XML or HTML text, or be [MarkupBuilder generated programmatically] using a very simple syntax.
    53  * [MarkupPath XPath] can be used to query any stream, not just in templates.
     51 * a [GenshiStream unified stream-based processing model] for markup, where
     52 * streams can come from XML or HTML text, or be [GenshiBuilder generated programmatically] using a very simple syntax.
     53 * [GenshiPath XPath] can be used to query any stream, not just in templates.
    5454 * Different serialization methods (XML, HTML, and plain text) for streams.
    5555 * An HTML “sanitizing” filter to strip potentially dangerous elements or attributes from user-submitted HTML markup.