Hi, I need to append the variables "command, destIP, option, minValue and maxValue" for each x and y values into different lists. Is there any command in tcl...
Hi, I need to append the variables "command, destIP, option, minValue and maxValue" for each x and y values into different lists. Is there any command in tcl...
Dear all, Dear Rolf! After some fiddling, tDOM is about to be re-introduced into Debian, namely the Debian sid ("unstable") distribution. The debianized ...
... Great. Although, @@ -363,7 +423,7 @@ if test "${TCL_LIB_VERSIONS_OK}" = "ok"; then eval PKG_STUB_LIB_FLAG="-l${PACKAGE_NAME}stub${PACKAGE_VERSION}" else -...
Rolf Ade
rolf@...
Jun 2, 2008 10:16 pm
1859
... No tdom specific question, as far as I see, just plain tcl. Do you probably search for lappend? rolf...
Rolf Ade
rolf@...
Jun 2, 2008 10:27 pm
1861
Hi all, I am working on tDOM. I would like to know how to use Function "count". Because in my code I need to count nodes, based on this I need to take a...
... XPath is case sensitive, count in up-case letters won't work at all. Otherwise, the XPath count() function works excatly as described in the XPath...
Rolf Ade
rolf@...
Jun 9, 2008 9:08 am
1863
I recently received this tdom question: [We are using tdom 0.8.0 and our application] was processing an XML document [...] which happened to contain: "𝒜" ...
... No, a newer tdom would not help, without additional work. It's tcl which limits itself to the BMP, in a default build. See tcl.h: define TCL_UTF_MAX...
Rolf Ade
rolf@...
Jul 8, 2008 3:09 pm
1865
... I was afraid of that. From a practical point of view, considering that tcl is stretching into the 64 bit processor range, etc., what are the practical...
... You'd better ask the real champs for a more definite and 'official' answer. No, AFAICT the problem is neither that this would make tcl exceptionally slower...
Rolf Ade
rolf@...
Jul 8, 2008 8:10 pm
1872
Dear Rolf, The head version of tdom in CVS generates an invalid pkgIndex.tcl file, which causes the following error on a package require: error reading package...
Hi Gustav, ... Fixed this in cvs head. Thanks for analysis and reporting! rolf...
Rolf Ade
rolf@...
Aug 27, 2008 11:59 am
1882
Hello, I have a program that does the following: set err [catch { tDOM::xmlReadFile $file encoding } xml] ... set err [catch { dom parse -html $xml } doc] ... ...
... That doesn't make much sense (read: is probably plain wrong), if $file is a HTML file. ... As you first write correctly, it doesn't crash, it panics. That...
Rolf Ade
rolf@...
Oct 2, 2008 11:15 am
1884
... No, that's not true. I have not an encoding problem. The user of my program has an encoding problem. As he/she is the one that selects the file, that can...
... Except for the exceptions of that rule. Do you find it cooperative, to insist, that everyone out there have to follow what you think is right? You want a...
Rolf Ade
rolf@...
Oct 2, 2008 4:59 pm
1886
... It's been there for years. It's frustrated and annoyed many people who have tried to use tDOM. Perhaps you will be luckier in trying to get Rolf to fix...
The earlier part of this thread started with a post or two from me, I think. In my developer's case, they actually got a specific warning message from tDOM...
Come on, Dossy. Yes, you're belong to the ones, which has whined about that. And, allow me to say that, you're also belong te ones, which didn't listened to...
Rolf Ade
rolf@...
Oct 2, 2008 8:33 pm
1890
... Just because my code has a bug in it doesn't mean yours doesn't, too. tDOM is, without question, broken in this regard. Nowhere else in the Tcl core does...
... Yes, tDOM catch the breaking of a very elementar, basic internal rule in a rude way. At least, you can hardly ignore the notice. And as long as you play...
Rolf Ade
rolf@...
Oct 2, 2008 11:28 pm
1892
... Oh, I absolutely care - but, in a multi-threaded application, having the whole thing blow up is not okay. One thread terminating would be one thing, but...
... I have to agree. Stopping computation and raising an error would be much more user friendly. By that you could catch it and tell your user - sorry, we...
Martin S. Weber
Ephaeton@...
Oct 3, 2008 2:24 pm
1894
... Just to stress an analogy: Take any libc function you like and in your mind replace "returning -1 (or returning NULL (or returning whatever value that...
Martin S. Weber
Ephaeton@...
Oct 3, 2008 2:34 pm
1895
English isn't my native language; I guess, that's obvious. But normally, I seem to be able to express myself anyway. With the exception of this topic. What I...
Rolf Ade
rolf@...
Oct 4, 2008 6:17 pm
1896
... I still feel, I haven't made my point clear enough. Gimme one more try. This is not about panic while feeding a broken document into tdom. If you feed a...
Rolf Ade
rolf@...
Oct 4, 2008 10:35 pm
1897
... Nowhere in the Tcl core does it blow up with a Tcl_Panic on the same malformed Tcl_Obj. Only tDOM does. Yet, you're convinced your decision is the...
Hi Dossy, hi Rolf, while I agree with Dossy that a Tcl_Panic() isn't the nicest thing to do in an extension, it still is a valid response. The Tcl core does...