From: Deville Y. <dev...@al...> - 2009-04-16 12:16:54
|
Hi all, Thanks to the author and contributors of TclXML. Very usefull. Coming back to TclXML after a couple of years I was happy to find a new version. I compiled (quite easily) the 3.2 version for libxml2 on an Ubuntu. I greatly appreciate that all packages install together. Yet I have some problems due to the coexistence of several options(?). I could use the "getElementsByTagNames" method in a previous pure tcl 3.0 implementation on another computer. I can not use this method in the newly compiled 3.2 and face a "not yet implemented" error message. I suppose that this method is only available in the pure-tcl version. So I tried to install the "no compilation" version without uninstalling the compiled one, but the error message remains when trying to use getElementsByTagNames . Shoud I first uninstall by hand every thing? I suppose that removing by hand the directories listed during the "make install" step... Is it possible to have the two possibilities? Is there a cleaner way to uninstall? Best regards, Yves |