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 1343 - 1392 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1343
I am not sure if this is special to my system (Linux on a ppc64 architecture): % info patchlevel 8.4.12 % package require tdom 0.8.1 % dom parse -simple {<a...
mtotschnig
Offline Send Email
Aug 9, 2006
9:23 am
1344
... No, this is not special to your system; your example let tdom crash also on my linux/pentium system. This is undoubted bad. I'll look into, to catch the...
rolf@...
Send Email
Aug 9, 2006
2:43 pm
1345
Hi All, I am using tDOM to parse an XML string and getting an attribute named 'status' (alongwith some other information). I do not have control over the XML...
ruchitag20
Offline Send Email
Aug 17, 2006
10:30 pm
1346
... XML is case-sensitive. That means status and Status are different attributes (the same for elements, of course). Reject the XML with the wrong written...
rolf@...
Send Email
Aug 17, 2006
11:13 pm
1347
Thanks for the input! XML is case-sensitive but in this case it's only the case, element and attribute names are correct. Pre-processing will be expensive so I...
Ruchita Ghaskadvi
ruchitag20
Offline Send Email
Aug 24, 2006
3:15 am
1348
Can't seem to find a way to make the following work: set status "ok" set command "myCommand" $root appendFromScript { response {status $status command...
shmooved
Offline Send Email
Aug 24, 2006
4:37 pm
1349
... I have been doing someting like this which seems sub-optimal set script \{ \n response \{status $status command $command \} \{\}\} I would love a better...
Dave Bauer
daveb5d
Offline Send Email
Aug 24, 2006
4:45 pm
1350
... You could always use: $root appendFromScript [format { response {status %s command %s} { } } $status $command] [string map [list %STATUS% $status ...] { .....
Neil Madden
youshouldnev...
Offline Send Email
Aug 24, 2006
4:53 pm
1351
... Err, what? I probably don't get the problem. See this examples: package require tdom proc 1 {root} { set status "ok" set command "myCommand" $root...
rolf@...
Send Email
Aug 24, 2006
5:51 pm
1352
... Makes perfect sense, I was just being stupid with the formatting of the args. Thanks! - n...
shmooved
Offline Send Email
Aug 24, 2006
6:09 pm
1353
Hi, i've just put a tar ball of the current tDOM CVS HEAD at www.tdom.org. Grab it with http://www.tdom.org/files/tDOM-cvs-2006-08-26.tgz I've updated the TEA...
rolf@...
Send Email
Aug 27, 2006
10:14 pm
1354
Builds cleanly and passes the testsuite with no failures on both systems I have currently at hand: SunOS ... 5.10 Generic_118822-19 sun4u sparc...
Neil Madden
youshouldnev...
Offline Send Email
Aug 27, 2006
10:52 pm
1355
compiles and tests have 0 failures on Fedora Core 4 with Tcl 8.4.12 ... --brett __________________________________________________ Do You Yahoo!? Tired of...
Brett Schwarz
brett_schwarz
Offline Send Email
Aug 28, 2006
2:57 am
1356
Hi there, System: - NetBSD 3.99.21 - Tcl 8.4.13 - GCC 4.1.2 20060603 prerelease (NetBSD nb1 20060602) Result: - builds fine ... Tests ended at Mon Aug 28...
Martin S. Weber
Ephaeton@...
Send Email
Aug 28, 2006
12:31 pm
1357
Hi, Builds and tests ok (with tcl 8.4.12) on - Red Hat Linux 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux - HP-UX B.11.00 U...
Koen Danckaert
danckaertkoen
Offline Send Email
Aug 29, 2006
12:14 pm
1358
FYI, I couldn't get tDOM 0.8.0 to work on an Intel MacBook running 10.4.7, but this tarball works. So I'd say it's an improvement. :)...
Janine Sisk
janinesisk
Offline Send Email
Sep 16, 2006
4:35 am
1359
Hi, I previously used an iMac G3, where tDOM-0.8.0 build without problems, but on the new MacBook this version failed, thus I tried the CVS tarball and also...
richard.membarth
richard.memb...
Offline Send Email
Sep 19, 2006
8:36 pm
1364
Hi, After compiling and installing on Windows, tdom does not work if there is a space in the directory where it is installed. The reason is that its...
Koen Danckaert
danckaertkoen
Offline Send Email
Oct 24, 2006
10:57 am
1365
Greetings, The following tests on Alpha Tru64 (OSF) 5.1 fail when compiled --disable-tdomalloc: domNode-34.1 through 34.2 domNode-37.1 through 37.7 This is...
kunkee58
Offline Send Email
Oct 25, 2006
9:26 pm
1366
The tdom.org web site shows the last version was released in 2004. This web group last had a new message last July. Did people just move on and quit using...
Larry W. Virden
lvirden
Offline Send Email
Nov 13, 2006
8:30 pm
1367
... I can't speak for others, just for myself. If you put it that way: tdom is perfect for us as we've been using it for about 6 years w/o any significant...
Zoran Vasiljevic
vungerk
Offline Send Email
Nov 13, 2006
8:44 pm
1368
... tDOM is well and healthy. In fact, it does some things very pretty well. I use it since 7 years for a resonable amount of my projects. Since a couple of...
rolf@...
Send Email
Nov 14, 2006
12:50 am
1369
... Well, its almost perfect, I'd say. I am using it since 4 years. It would not only be 'almost' perfect, if Rolf could finally release CVS head as 0.8.1....
Matthias Kraft
matzek
Offline Send Email
Nov 14, 2006
9:42 am
1370
I started with tclxml/tcldom a couple of months ago for a project I'm working on and switched to tdom about a week into the project. What would make this...
kunkee58
Offline Send Email
Dec 21, 2006
5:45 am
1371
... Yes. That MutationEvent macros are in the code for (several) years, and defined to nothing. They mark some of the places, code would be needed for DOM...
rolf@...
Send Email
Dec 21, 2006
6:12 pm
1378
I've been trying to build tDOM for OpenBSD 4.0/sparc64. So far all I can manage is to build a .so that will lead to a bus error/core dump. I've tried the...
Michael A. Cleverly
michaelcleverly
Offline Send Email
Jan 30, 2007
2:42 am
1380
Are you building it without the built-in allocator? The built-in allocator does not know how to do 64 bit alignment. If you disable that, it will probably...
Randy Kunkee
kunkee58
Offline Send Email
Jan 30, 2007
4:35 pm
1381
Randy is right: if you build on a 64-bit plattform, you must use --disable-tdomalloc as configure switch. But even with that, I'm afraid a build from the 0.8.0...
rolf@...
Send Email
Jan 30, 2007
6:10 pm
1384
... Thank you both for the quick responses. Using --disable-tdomalloc worked, and I've been able to build tdom from CVS HEAD succesfully and run 'make test'...
Michael A. Cleverly
michaelcleverly
Offline Send Email
Jan 30, 2007
8:27 pm
1392
Hi all, I've a question regarding installing tDOM on linux. I've successfully installed and used it on windows and I love it. Problem I'm having is on Linux...
Sanjay
sanjay_kapasi
Offline Send Email
Feb 1, 2007
5:39 pm
Messages 1343 - 1392 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