]> git.sesse.net Git - xml-template/blobdiff - python/attribute-empty.py
Reinstate own_clone_node. All php5 tests pass!
[xml-template] / python / attribute-empty.py
index 210bc0e7041d0baf2357c670f6d540c2a408a50a..fed55b5f6513e0fa498749c1491f38738bf4cf66 100644 (file)
@@ -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()