Search the web
Sign In
New User? Sign Up
tdom · tDOM - fast DOM / XPath for Tcl in C
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1843 - 1887 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1843
<?xml version="1.0"?> <Command_Line_Interface_Reference> <info> <version>K.13.02</version> <family>Switch 3500yl</family> <product>J8693A</product> </info> ...
anil_a_ece
Offline Send Email
May 5, 2008
5:43 am
1844
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...
Al Chou
HotFusionMan
Offline Send Email
May 5, 2008
6:00 am
1845
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...
anil_a_ece
Offline Send Email
May 5, 2008
6:39 am
1846
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@...
Send Email
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...
anil_a_ece
Offline Send Email
May 6, 2008
6:11 am
1849
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...
stefan.sobernig
Offline Send Email
May 13, 2008
8:05 am
1850
... 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@...
Send Email
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...
Stefan Sobernig
stefan.sobernig
Offline Send Email
May 14, 2008
4:24 pm
1852
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" />...
marian.popelka
Offline Send Email
May 23, 2008
10:12 am
1853
... 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@...
Send Email
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...
marian.popelka
Offline Send Email
May 27, 2008
2:22 pm
1855
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...
anil_a_ece
Offline Send Email
Jun 2, 2008
5:47 am
1856
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...
anil_a_ece
Offline Send Email
Jun 2, 2008
5:47 am
1857
Dear all, Dear Rolf! After some fiddling, tDOM is about to be re-introduced into Debian, namely the Debian sid ("unstable") distribution. The debianized ...
stefan.sobernig
Offline Send Email
Jun 2, 2008
3:03 pm
1858
... 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@...
Send Email
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@...
Send Email
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...
anil_a_ece
Offline Send Email
Jun 9, 2008
5:41 am
1862
... 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@...
Send Email
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: "&Ascr;" ...
Larry W. Virden
lvirden
Offline Send Email
Jul 8, 2008
2:05 pm
1864
... 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@...
Send Email
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...
Larry W. Virden
lvirden
Offline Send Email
Jul 8, 2008
7:02 pm
1866
... 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@...
Send Email
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...
gustafn
Offline Send Email
Aug 27, 2008
11:32 am
1873
Hi Gustav, ... Fixed this in cvs head. Thanks for analysis and reporting! rolf...
Rolf Ade
rolf@...
Send Email
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] ... ...
ramsan100
Offline Send Email
Oct 2, 2008
10:22 am
1883
... 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@...
Send Email
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...
ramsan100
Offline Send Email
Oct 2, 2008
3:05 pm
1885
... 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@...
Send Email
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...
Dossy Shiobara
dossy
Online Now Send Email
Oct 2, 2008
5:57 pm
1887
... Really? How many is "many"? "Have tried" means they have tried and left it lying because of the above bug? Then they switched to what? Zoran...
Vasiljevic Zoran
vungerk
Offline Send Email
Oct 2, 2008
6:15 pm
Messages 1843 - 1887 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help