X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=python%2Fattribute-empty.py;h=fed55b5f6513e0fa498749c1491f38738bf4cf66;hb=c1d4dfa5fe43d3e229cd90a18975fbf4df120f50;hp=210bc0e7041d0baf2357c670f6d540c2a408a50a;hpb=a604c8641fb4b2b6a6fb0bee599516d852907481;p=xml-template diff --git a/python/attribute-empty.py b/python/attribute-empty.py index 210bc0e..fed55b5 100644 --- a/python/attribute-empty.py +++ b/python/attribute-empty.py @@ -3,7 +3,6 @@ import xmltemplate doc = xmltemplate.process_file("../xml/clone.xml", { "color": "blue", - "#things": xmltemplate.alternate("li/class", [ - ], "odd", "even") + "#things": [] }); print doc.toxml()