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 to share photos of your group with the world? 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 1330 - 1365 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1330
Hello, I'm trying to use the 'tnc' extension to validate an XML file. The problem appears when i try to load the required package: % tdom invalid command name...
sisoncuatropipas
sisoncuatrop...
Offline Send Email
Jun 23, 2006
1:09 pm
1331
... Obviously, tnc isn't installed (at least, not correctly) on your system, because of the 'can't find package tnc' error for [package require tnc]. You need...
rolf@...
Send Email
Jun 23, 2006
1:18 pm
1332
... The command is "dom", not "tdom". Michael...
Michael A. Cleverly
michaelcleverly
Offline Send Email
Jun 23, 2006
7:49 pm
1333
In fact, you can use 'dom' or 'tdom', but they are not the same thing. I copied and pasted this to show that i load the package properly. I guess the problem...
sisoncuatropipas
sisoncuatrop...
Offline Send Email
Jun 26, 2006
1:40 pm
1336
Hello, When using asXML on a DOM tree containing comments, newlines and indentation between the comments get lost. For example, the following: <!-- comment 1...
Koen Danckaert
danckaertkoen
Offline Send Email
Jul 11, 2006
9:19 am
1337
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Jake
jbrownson
Offline Send Email
Jul 20, 2006
7:45 pm
1341
... 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@...
Send Email
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...
Jake
jbrownson
Offline Send Email
Jul 21, 2006
4:14 pm
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
Messages 1330 - 1365 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