Edgewall Software

Changes between Version 2 and Version 3 of TracDev/ApiChanges/0.11


Ignore:
Timestamp:
Sep 13, 2006, 1:22:26 PM (18 years ago)
Author:
s.lipnevich@…
Comment:

Well-formed XML in simple if…then (no else) examples

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/0.11

    v2 v3  
    3333==== simple if...then (no else) ====
    3434 - Clearsilver [[xml(<?cs if:flag ?><b>OK</b><?cs /if ?>)]]
    35  - Genshi [[xml(<py:if test="flag"><b>OK</b>)]] or simply [[xml(<b py:if="flag"><b>OK</b>)]]
     35 - Genshi [[xml(<py:if test="flag"><b>OK</b></py:if>)]] or simply [[xml(<b py:if="flag">OK</b>)]]
    3636==== if...then...else ====
    3737 - Clearsilver