Edgewall Software

Changes between Version 2 and Version 3 of GenshiVsKid


Ignore:
Timestamp:
Jul 26, 2006, 6:43:00 PM (18 years ago)
Author:
cmlenz
Comment:

Add note about py:choose directive

Legend:

Unmodified
Added
Removed
Modified
  • GenshiVsKid

    v2 v3  
    1717 * Use of XInclude and match templates instead of Kid's `py:extends` / `py:layout` directives
    1818 * `py:match` directives use (basic) XPath expressions to match against input nodes, making match templates more powerful while keeping the syntax simple (see the [source:/trunk/markup/path.py markup.path] module)
     19 * Additional directives `py:choose` / `py:when` / `py:otherwise` to better support multi-branch conditionals (aka ''if, else if, else'').
    1920 * Real (thread-safe) search path support
    2021 * No dependency on ElementTree (due to the lack of position reporting)