• Guido van Rossum's avatar
    - UsehasAttributeNS() to test for "omit" rather than · 95179e08
    Guido van Rossum authored
      getAttributeNodeNS().
    
    - Move parseAttributeReplacements() and splitParts() out of the class
      (they can be simple functions), so they can be imported by
      TALCompiler and TALInterpreter.
    
    - Remove a redundant key argument from doReplaceLoop() and
      doInsertLoop().
    
    - Add an XXX comment warning that we don't check for z:replace on the
      documentElement.
    95179e08
TALVisitor.py 13.9 KB