• Guido van Rossum's avatar
    Add opcode implementation for "mode". · 1dff9e98
    Guido van Rossum authored
    Properly implement tal:replace="structure ..." combined with
    tal:attributes="...", both in HTML and in XML mode.  This is pretty
    tricky, and requires instantiating a parser with a modified code
    generator which suppresses any TAL/METAL interpretation but does the
    attribute replacement on the first encountered start tag as required
    by the TAL 1.0 specs.
    1dff9e98
TALInterpreter.py 13.4 KB