Happy new year! After spending some time trying to parse and transform html and xml by hand (regexp) in tcl - for a kind of personal web content management...
Francois.Junique@...
Jan 7, 2003 10:01 am
339
... The tDOM folks provides Windows dlls since years now. There even some commercial applications on windows, which are using tDOM. It should work for you out...
rolf@...
Jan 7, 2003 1:00 pm
340
... Not at all - late last year Andreas Kupries did some fine work to make TclXML/expat, TclDOM/libxml2 and TclXSLT (libxslt) part of ActiveTcl. He has these...
Steve Ball
steve.ball@...
Jan 7, 2003 8:11 pm
341
... kitten already includes versions of both tDOM and TclXML et al. Therefor you could in deed write a Starkit that makes use of XML & XSLT, no matter which of...
rolf@...
Jan 8, 2003 4:39 am
342
Hello my personal experince with both packages tdom and dom points towards tdom. I used the tcl implementation of dom on a commercial web application. it used...
Hello, I have what is probably a very simple question that I hope you good folks might be able to answer. This is probably more a general Tcl question, but...
... Well, as tdom is just another Tcl package, it responds to package require... But, in autoconf alone, you're out of luck. The only thing I could think of at...
Hello Zoran, Thank you for that suggestion - I think that looking at the .m4 file that you point to is probably just what I need to do. As you say, the one...
I have created a small xml document containind data with some french accentuated characters - [é]("e grave") directly typed in - and I declared the file with...
My experience with both packages came while attending the Tcl'2002 conference a few months ago. I was fortunate enough to be able attend Steve Ball's sessions...
chuck_ferril <chuck_f...
chuck_ferril@...
Jan 9, 2003 6:41 pm
348
... I'm in complete agreement with Chuck. I also attended Steve's tutorials at the Tcl 2002 conference, and found them to be very enlightening. I've ended up...
Hello, ... different my ... I was a little lost in terms of getting started but then somewhere I came across a paper written by Jochen for (I might be wrong...
Well, I'm certainly glad Chuck and Michael enjoyed the tutorial... tell your friends and neighbours! I believe the build system is considerably improved since...
Steve Ball
steve.ball@...
Jan 9, 2003 7:59 pm
351
... Oh yes, this will do the trick. Of course, you'd have to have the tclsh/wish at hand. My suggestion about tdomConfig.sh was if you haven't got any of those...
... OK. ... Very probably, you mangled the encoding, while reading the file. With tDOM 0.7.5, does (for example), set doc [dom parse [tDOM::xmlReadFile...
rolf@...
Jan 9, 2003 9:05 pm
353
... No, I don't have a list of compliance test results for each different processor sitting in front of me. I base my "fussy marketing speech" on the...
Steve Ball
steve.ball@...
Jan 9, 2003 9:08 pm
354
... You probably mean Jochens paper "tDOM - A fast XML/DOM/XPath package for Tcl written in C". It is still avaliable from ...
rolf@...
Jan 9, 2003 9:40 pm
355
Many thanks for all your comments but please don't start fighting, that was not my intention to trigger it and it will not bring customers to Tcl! At least I...
... Rolf is responsible for *most* of the current developments in tdom. I hate the wording "guru" but if you want, he *is* the guru. Albeit not so exposed,...
... Oh yes, we're preparing some goodies for server (including AOLserver) users. It will be possible to load/compile complex XSLT stylesheets once (on system...
... With ... Indeed it is now working! Thanks a lot for the quick sorting, BUT: What is the diff with a tcl read in an intermediate variable. Outputing this...
... Oh, timelines, timelines... Bare-bones of the thing are already set-up by Rolf. I might jump in and finish the threading work. Depends on my schedule, so. ...
Greetings Rolf, Yes, that is the paper I was referring to. I wasn't aware of the second slide set you mention and send my thanks for posting that URL as well....
... Zoran, sorry, but please do not. I love it so much more, to code things, than to be engaged in a discussion, that tends to get heated. (As far as I know...
rolf@...
Jan 10, 2003 3:33 pm
364
... Nevertheless... Im *dying* to hear the original cooperation proposal! At that time, I was not that much engaged in tdom as now. So, I still miss this piece...
... URL ... these ... gets ... I have just updated the link section in this yahoo group and I pruned the second document to keep only the tDom presentation and...
... tDOM::xmlReadFile is a tcl convenience proc in the tDOM script library (file tdom.tcl). The background is in short this: XML is 'self-labling' with respect...
rolf@...
Jan 10, 2003 10:40 pm
367
... As so often, Zoran is right in this. I'm not a guru, but a complete ordinary mortal human being, with a bit knowledge about various XML technologies and...