Re: tdom in solaris activestate ?



Jeannot wrote:
I have quite a simple question. I download the activestate SOLARIS distribution of tcl and installed it. I try to use the tdom module butA after checking the library in the /lib from activestate archive file I could not find tdom. Does anybody know if tdom is in fact not included in the solaris distribution despite the fact it is mentioned on the web site ??

You must have something wrong with your installation:

machete [~] 1 > /usr/local/ActiveTcl/bin/tclsh
% package require ActiveTcl
8.4.9.1.139183
% package require tdom
0.8.1
% parray tcl_platform
tcl_platform(byteOrder) = bigEndian
tcl_platform(machine)   = sun4u
tcl_platform(os)        = SunOS
tcl_platform(osVersion) = 5.8
tcl_platform(platform)  = unix
tcl_platform(user)      = jeffh
tcl_platform(wordSize)  = 4
machete [~] 1 > /usr/local/ActiveTcl/bin/tclsh
% package require ActiveTcl
8.4.9.1.139183
% package require tdom
0.8.1
% parray tcl_platform
tcl_platform(byteOrder) = bigEndian
tcl_platform(machine)   = sun4u
tcl_platform(os)        = SunOS
tcl_platform(osVersion) = 5.8
tcl_platform(platform)  = unix
tcl_platform(user)      = jeffh
tcl_platform(wordSize)  = 4

--
  Jeff Hobbs, The Tcl Guy
  http://www.ActiveState.com/, a division of Sophos
.



Relevant Pages

  • Re: AktiveTcl 8.4.11 and tdom
    ... > the extentions bundled with ActiveTcl are now compiled multi threaded. ... After "package require tdom" i get always ...
    (comp.lang.tcl)
  • AktiveTcl 8.4.11 and tdom
    ... the extentions bundled with ActiveTcl are now compiled multi threaded. ... But i cannot use tdom with 8.4.11. ... After "package require tdom" i get always ... the error message that the TCL core isn`t compiled multi threaded, ...
    (comp.lang.tcl)
  • Re: Is tclxml maintained anymore?
    ... Regarding tDOM: I haven't switched to it, ... although libxml2/libxslt does not currently support XPath/XSLT ... XSLT to manipulate XML documents, and use Tcl to orchestrate the XSLT ... The most recent release of the tclxml package is from 2005. ...
    (comp.lang.tcl)
  • Re: SOAP request with repeated "sub record"
    ... I have (broke it w/invalid include to see package). ... I also had problems with the tdom requirement. ... we needed to compile tdom from an anonymous CVS pull. ... Have however come accross another issue related to the server ...
    (comp.lang.tcl)
  • Re: SOAP request with repeated "sub record"
    ... I have (broke it w/invalid include to see package). ... I also had problems with the tdom requirement. ... we needed to compile tdom from an anonymous CVS pull. ... checks in the source files for a microsoft compiler in ...
    (comp.lang.tcl)