• Guido van Rossum's avatar
    Implement revised TAL language: · 0fc919bd
    Guido van Rossum authored
    - z:omit is gone
    
    - new, separate command to loop over a subtree: <tag z:repeat="var expr">
    
    - remove syntactic sugar from z:define (no "as"), z:attributes (no "=")
    
    TALInterpreter needed no change.
    
    Note that TALCompiler doesn't yet emit proper xmlns attributes.
    0fc919bd
TALCompiler.py 11.2 KB