I have also problem with tclXML:
At the moment, I am faced with the task of processing an XML file using tclxml and tcldom. I did a search on the Internet, and found the following example program:
(wiki.tcl.tk/1950):
Unfortunately, when I run this program, I get the following error
message:
$ example11.tcl
list must have an even number of elements
while executung...
....
....
I searched through the following files
../../Tcldom2.6/domimpl.tcl
../../Tcldom2.6/xmlswitch.tcl
but that didn't yield anything useful.
Can you now help me with the following questions?
a) Is this a bug I'm running into?
b) Am I doing something wrong?
c) Where could I find more examples or online documents
(besides zweno.com, which I already know about)?
Thanks,
Bigman74