Peter C MacDonald
I checkout the xtl piece but could not get it working. It seemed to be a commandline utility. Is there a reason for this vs. a proc that takes in input file and returns a list or generates a file with a given name?
PCM Ok, I've updated xtl.tcl to eliminate dependancies.
Re: proc vs cmdline: You can use source xtl.tcl into your program and then call ::lib::xtl::fromxml directly.