From: sgunderson@bigfoot.com <> Date: Wed, 6 Sep 2006 14:53:35 +0000 (+0200) Subject: Add a skeleton xmltemplate.alternate. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b44aae50c0ba0a2d32506a981d1fc80708cd8dbb;p=xml-template Add a skeleton xmltemplate.alternate. --- diff --git a/python/xmltemplate.py b/python/xmltemplate.py index d10fc11..5922ba6 100644 --- a/python/xmltemplate.py +++ b/python/xmltemplate.py @@ -8,3 +8,6 @@ def process_file(filename, obj, clean = False): def process(node, obj, clean): pass + +def alternate(tag, array, *elems): + return array