def main():
options = main.options
log_param()
+ global vsxml
It's probably a good idea to pass vsxml in as an argument than to
declare it as a global. It can be unclear when the value gets set;
passing the value in as an argument helps cleanup up this confusion.
--
Kaitlin Rupert
IBM Linux Technology Center
kaitlin(a)linux.vnet.ibm.com