• Guido van Rossum's avatar
    Implement revised TAL language: · cd1773d5
    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 "=")
    
    - refactored a bit to accommodate this
    cd1773d5
TALVisitor.py 13.5 KB