From: Forest W. <lyr...@ti...> - 2003-05-02 17:45:58
|
>% package require dom >2.6 [snip] >% package require tcldom >2.0 The discrepency between version numbers is most likely because tcldompro (the implementation built from the tcldom/src dir) is at version 2.0, while the other implementations of tcldom are at 2.6. You only need one of the three implementations. I am using the tcldompro (2.0) version, because I am able to build it and it is complete enough for my application (using tclsoap). =46orest |