From: Larry W. V. <lv...@ca...> - 2001-08-15 15:24:13
|
I am investigating tclxml, tcldom, and tclsoap and have gotten the first and last of these packages - but I can't seem to locate a place to download a tar file of tcldom. Anyone know where I can turn? Thanks! -- Never apply a Star Trek solution to a Babylon 5 problem. Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |
From: Steve B. <Ste...@zv...> - 2001-08-15 22:30:46
|
Larry W. Virden wrote: > > I am investigating tclxml, tcldom, and tclsoap and have gotten the first > and last of these packages - but I can't seem to locate a place to download > a tar file of tcldom. Anyone know where I can turn? Thanks! TclDOM v2.0 has not yet been officially released, so there's no tarball. While I'd like to do more work on the package (more Level 2/3 support, XPath support, etc), perhaps there's no point in delaying release. At this stage there's some significant release engineering to be done. Do folks want an official v2.0 release sooner, rather than later? Cheers, Steve Ball -- Steve Ball | XSLT Standard Library | Training & Seminars Zveno Pty Ltd | Web Tcl Complete | XML XSL Schemas http://www.zveno.com/ | TclXML TclDOM | Tcl, Web Development Ste...@zv... +---------------------------+--------------------- Ph. +61 2 6242 4099 | Mobile (0413) 594 462 | Fax +61 2 6242 4099 |
From: Steve C. <ste...@mq...> - 2001-08-15 23:00:44
|
On Thursday 16 August 2001 08:38, Steve Ball wrote: > Larry W. Virden wrote: > > I am investigating tclxml, tcldom, and tclsoap and have gotten the first > > and last of these packages - but I can't seem to locate a place to > > download a tar file of tcldom. Anyone know where I can turn? Thanks! > > TclDOM v2.0 has not yet been officially released, so there's no > tarball. While I'd like to do more work on the package (more Level 2/3 > support, XPath support, etc), perhaps there's no point in delaying > release. At this stage there's some significant release engineering > to be done. > > Do folks want an official v2.0 release sooner, rather than later? Well, I can say that the current version is very useful, I've just started working with it to translate some legacy data into xml and it's proved it's worth already. I'm not pushing it by any means and I'm only using it to generate xml, not parse. I'm using the tcl only version, I notice that there's c code in the CVS package which doesn't get built when I say 'make'. Does this provide an alternate version? Steve |
From: Steve B. <Ste...@zv...> - 2001-08-15 23:21:34
|
Steve Cassidy wrote: > > On Thursday 16 August 2001 08:38, Steve Ball wrote: > > Do folks want an official v2.0 release sooner, rather than later? > > Well, I can say that the current version is very useful, I've just started > working with it to translate some legacy data into xml and it's proved it's > worth already. Cool! > I'm using the tcl only version, I notice that there's c code in the CVS > package which doesn't get built when I say 'make'. Does this provide an > alternate version? Scriptics/Ajuba contributed their 'TclDOMPro' package, which was a C implementation of the TclDOM API. Joe English has been working on it. The aim is to have a version of TclDOM implemented in C which is 'plug-n-play' compatible with the Tcl version. However, I've started work on a wrapper for libxml, which includes a DOM implementation. The aim of this subproject is to have a TclDOM package which integrates with the TclXSLT package (announced recently). Alternatively, there's tDOM. At this stage we may end up with four DOM packages; 3 C and 1 Tcl, 3 API-compatible and 1 incompatible. This situation may need to be rationalised, time will tell. Cheers, Steve Ball -- Steve Ball | XSLT Standard Library | Training & Seminars Zveno Pty Ltd | Web Tcl Complete | XML XSL Schemas http://www.zveno.com/ | TclXML TclDOM | Tcl, Web Development Ste...@zv... +---------------------------+--------------------- Ph. +61 2 6242 4099 | Mobile (0413) 594 462 | Fax +61 2 6242 4099 |