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...
... 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@...
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...
... 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@...
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...
Can't seem to find a way to make the following work: set status "ok" set command "myCommand" $root appendFromScript { response {status $status command...
... I have been doing someting like this which seems sub-optimal set script \{ \n response \{status $status command $command \} \{\}\} I would love a better...
... 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@...
Aug 24, 2006 5:51 pm
1352
... Makes perfect sense, I was just being stupid with the formatting of the args. Thanks! - n...
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@...
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...
compiles and tests have 0 failures on Fedora Core 4 with Tcl 8.4.12 ... --brett __________________________________________________ Do You Yahoo!? Tired of...
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@...
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...
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...
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...
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...
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...
... 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...
... 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@...
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....
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...
... 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@...
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...
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 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@...
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'...
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...