Hello, When using asXML on a DOM tree containing comments, newlines and indentation between the comments get lost. For example, the following: <!-- comment 1...
If you need it formatted, you could use 'xmllint --format', but I'm on a Linux system. Kevin ... -- Kevin Partin (281) 286-8959 ...
Kevin Partin
Kevin.Partin@...
Jul 11, 2006 1:39 pm
1338
... Well, the default behavior of [dom parse ...] is, to strip 'white space only' text. Here, tDOMs roots in 'data-oriented' XML shows. Parsing with...
rolf@...
Jul 12, 2006 5:59 pm
1339
Just got my BS and i wasnt even required to turn up! Just called these people 801 697-0461, filled out a few forms and a bit of paperwork and was accredited...
alexis-sabry986@...
Jul 18, 2006 3:41 pm
1340
It doesn't seem to work, I can use *,?,[ab], but I don't seem to be able to do {asdf,qwerty,foobar} and have it match. Is this just not supported, or is this a...
... The getElementsByTagName* methods use tcl glob style, that is: the same rules as [string match ..]. The comma (,) isn't a special char for the tcl glob...
rolf@...
Jul 21, 2006 3:47 am
1342
Ahh I see, I was looking at the TCL glob command which does support that syntax. I'll just have to do it manually then. Thanks! ~Jake B...
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....