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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1005 - 1034 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1005
Hello to everyone . Interested in enchancing your programming and designing skills ? Looking to bid on projects ? Finding it tough at websites which are...
flatratefreelancing
flatratefree...
Offline Send Email
Dec 3, 2004
6:00 am
1006
Hi, I am interested in using tdom together with tclsoap without having to use tclxml or tcldom. ... Is this true for 0.8.0 too? Many thanks, Mark...
DunkFan
Offline Send Email
Dec 15, 2004
10:54 am
1007
... That feature (to create an empty document, without document element) was added to 0.8.0, see [dom createDocumentNode]. Though I need this also for other...
rolf@...
Send Email
Dec 15, 2004
11:51 am
1008
I'm building a transformation that takes an XML file through a succession of XSLT transforms. The output is fine after the first transformation, but bogus...
Adam Turoff
ziggyatpanix
Offline Send Email
Dec 20, 2004
5:38 pm
1009
... Good catch. I've commited a fix to CVS. I obviously missed this one, as I did a (as I thought) rigorous review of the integrity of the result docs of an...
rolf@...
Send Email
Dec 21, 2004
2:24 am
1010
All, First, to those who are also members of the AOLserver mailing list, my apologies for the double post. We are running tDOM version 0.8.0 (just upgraded!)...
Eric Larkin
bomeric
Offline Send Email
Jan 7, 2005
11:29 pm
1011
... This cannot work, at least with stock tDOM. This is not tDOM syntax. ... This isn't a tDOM error msg. It looks to me, you try to use tDOM with some kind of...
rolf@...
Send Email
Jan 8, 2005
3:29 pm
1012
... However, if for some reason you can't change it, there is a workaroumd: interp alias {} dom::DOMImplementation {} dom This creates an alias so when you...
Hugh Dunne
hugh_dunne
Offline Send Email
Jan 10, 2005
10:31 pm
1013
Hey folks, I just ran into this rather odd behavior: % set myfile [open /tmp/foo w] file3 % fcntl $myfile NOBUF 1 % package require tdom 0.8.0 % fcntl $myfile...
bschonga
Offline Send Email
Jan 18, 2005
4:09 pm
1014
... What is "fcntl" ? ... As I see you have a memory corruption in your code. It barks on tdom allright, but it can bark on any other place. This is pure...
Zoran Vasiljevic
vungerk
Offline Send Email
Jan 18, 2005
4:24 pm
1015
Bad cut and paste, the first dom parse line should be: dom parse {<foo><bar myattrib="foo">1.2.3.4</bar></foo>} -Bill ... named "type" ... it...
bschonga
Offline Send Email
Jan 18, 2005
4:49 pm
1016
... It's one of the Tclx commands ( http://wiki.tcl.tk/2000), in this case attempting to set a file handle to non-buffered I/O. ... I was guessing it could be...
bschonga
Offline Send Email
Jan 18, 2005
7:29 pm
1017
... I'm sure you're going to get many replies asking this, but in the hopes of being first: have you considered using: fconfigure $chan -buffering off ...
Dossy Shiobara
dossy
Online Now Send Email
Jan 18, 2005
7:35 pm
1018
... PANIC. If your Tcl lib is compiled with threads and you load TclX which is non-mt-safe, all sorts of ugly things start to fly in your face. Dossy is right....
Zoran Vasiljevic
vungerk
Offline Send Email
Jan 18, 2005
8:53 pm
1019
... In the core system I can control this will be definitely the way to go... unfortunately the core system is then used by tens of thousands of other software...
bschonga
Offline Send Email
Jan 18, 2005
9:16 pm
1020
Hello all, Jeff Hobbs was just discussing this issue on the chat. He's not on the tdom list, so I thought I'd post a message. It seems that tdom and TclX both...
Neil Madden
youshouldnev...
Offline Send Email
Jan 18, 2005
9:20 pm
1021
... Fortunately "we control the vertical, we control the horizontal, do not attempt to adjust your set.." applies in this case. End users will be running with...
bschonga
Offline Send Email
Jan 18, 2005
9:20 pm
1022
... rename ::fcntl ::tclx_fcntl proc ::fcntl {fileId attribute {value ""}} { switch -exact -- $attribute { NONBLOCK { if {[string length $value]} { fconfigure...
Dossy Shiobara
dossy
Online Now Send Email
Jan 18, 2005
11:18 pm
1023
... Heh... indeed. I will look into this... Thanks for the tip! Cheers, Zoran...
Zoran Vasiljevic
vungerk
Offline Send Email
Jan 19, 2005
8:26 am
1024
... Its all fixed in the CVS. Rolf has done that already yesterday. Please do a CVS checkout and recompile tdom. Thanks, Zoran...
Zoran Vasiljevic
vungerk
Offline Send Email
Jan 19, 2005
2:34 pm
1025
[Seems, my provider(!) lost some mails send by me. The following re-sended mail is 1 1/2 days old. Apologize, if it comes thru 2 times.] ... Either use current...
rolf@...
Send Email
Jan 20, 2005
10:20 am
1026
Hi, Can someone please suggest me a tdom tutorial that explains more about XML document creation and parsing using tDOM. Thanks, Jeya ...
JeyaSri
jeya_sri
Offline Send Email
Jan 27, 2005
7:20 pm
1027
... Does http://mini.net/tcl/8984 help a bit? That page has some links on the bottom to more usage examples. If this does not help, ask more specific. rolf...
rolf@...
Send Email
Jan 27, 2005
9:53 pm
1028
Hi, I have a simple question, and a search of the mailing list archive didn't provide any results. I'm wondering if anyone has created any RPMs of tDOM? I'm...
rkufrinncsa
Offline Send Email
Jan 31, 2005
2:02 am
1029
... At least debian has a tDOM rpm. Search www.debian.org for tDOM. rolf...
rolf@...
Send Email
Jan 31, 2005
2:15 am
1030
Hello Group, Beeing new to tDom this might seems like a trivial question. Anyhow I have the following XML <?xml version="1.0" encoding="UTF-8"?> <Invoice...
tkaaringen
Offline Send Email
Feb 1, 2005
12:52 pm
1031
... I assume, you're using XPath (that is the selectNodes method), to access the elements, right? It's a basic principle of XPath that you have to use full...
rolf@...
Send Email
Feb 1, 2005
1:33 pm
1032
Hello, I successfully build the actual cvs-code for tdom on Linux and OSF-1. However my build using mingw and gcc failed during compiling tdomStubInit.o. I use...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 2, 2005
11:46 am
1033
... Don't take this for granted, but IIRC, the mingw ain't gonna work. Try msys. This should do. ... -- With kind regards, Mit besten Gruessen, Meilleures...
Zoran Vasiljevic
vungerk
Offline Send Email
Feb 2, 2005
12:00 pm
1034
... Unfortunately, it will currently not build with msys/mingw. It build for me either with msys/configure/VC 6.0++ or nmake/makefile.vc - I've tested both. ...
rolf@...
Send Email
Feb 2, 2005
12:33 pm
Messages 1005 - 1034 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