From b44aae50c0ba0a2d32506a981d1fc80708cd8dbb Mon Sep 17 00:00:00 2001 From: "sgunderson@bigfoot.com" <> Date: Wed, 6 Sep 2006 16:53:35 +0200 Subject: [PATCH] Add a skeleton xmltemplate.alternate. --- python/xmltemplate.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2