Hi, I am new to tDOM. So please send me some example with which I can get an idea on tDOM. Thanks in advance! __________________________ Thanks & regards, Anil...
Hi, Generally we use "set node [$root selectNodes /Command_Line_Interface_Reference/commands/name/text()]" to get the text data from the node "name". But I...
... I understand, that you want to do something. And that you're unhappy with the way, you do this something now. But I don't really understand what you're...
Rolf Ade
rolf@...
Apr 29, 2008 12:50 pm
1840
I missed the original post and haven't used tDOM for a while, but maybe the OP is looking for something like: proc...
I've never actually coded a solution like what I'm about to describe, so take it with a grain of salt. I think you could get all the int tags' values and then...
I can foreach to get the values but the thing is my code shoulb be generic and some times they may change the names for the same values So my intension is to...
As far as I understand, you're asking for the right XPath expression to be used as selectNodes argument. Studying a good XPath tutorial is probably inevitable,...
Rolf Ade
rolf@...
May 5, 2008 1:43 pm
1847
Ok I will check this and then I'll send u the comments Thanks and regards, ... Peter parker...
I am (co-) responsible for some packaging activities over at the Debian Tcl/Tk Team which aim at wrapping-up http://openacs.org in terms of Debian Packages. As...
... That's by far the most famous request about the build system since a while. ... Some weeks ago two others out of the openacs/debian folks exchanged a few...
Rolf Ade
rolf@...
May 13, 2008 11:06 pm
1851
Rolf, ... Thanks for the hint, now I do have another showcase example: http://lists.opensuse.org/opensuse-commit/2007-08/msg00832.html ... I agree, and all...
Hello, I'd like to use tDOM to parse XML bellow, <Top> <Branch Name="Test"> <Parameter1 Value1_1="1" Value1_2="2" /> <Parameter2 Value2_1="10" Value2_2="20" />...
... Unfortunately, you haven't provided any piece of example code. It sounds like you've used [dom parse -html ...] instead of just [dom parse ...]. dom parse...
Rolf Ade
rolf@...
May 23, 2008 1:42 pm
1854
... Hello Rolf, You were right with the html option. I removed and now it it working fine. Thanks a lot, Marian...
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...