From: <mis...@sy...> - 2002-12-12 14:39:19
|
Ok I think I should explain a little more what xml2tcl does: I get big XML-replies with about lets say 5MByte and all I need is the characterData inbetween tags which is put into a tclList. But I still need the nested structure of the XML-document in my new List. The xml2tcl command takes one argument (big XML-doc) and returns a nested tclList. As I said this takes about 6MByte/Sec. (PIII 866) Jochen: Your tdom parser seems to be even faster. Has it the same base functionality as expat? I will try use it with my code. If anyone is interested in the code or has some webspace to put it I will be glad to contribute it. Thanks Mischa p.s.: Steve I looked at the code you mentioned but at the moment I can't do the upgrade and maintain it - sorry. |