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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1030 - 1059 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
1035
... I wan't to build a starkit so it would be nice if you could send me the VC release. regards, Detlef...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 2, 2005
12:41 pm
1036
... Done. rolf...
rolf@...
Send Email
Feb 2, 2005
1:52 pm
1037
Thanks Rolf, I successfully were building a starkit for win32,linux,osf-1. I disabled threads on linux and I guess there are disabled on osf-1 as well. Now I...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 3, 2005
9:15 am
1038
See the wiki page at: http://mini.net/tcl/13473 Feel free to comment. Please not that not all of tdom-syntax is supported yet. regards, Detlef...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 3, 2005
12:04 pm
1039
... Thanks for sharing this. The following is not really a comment. It's just, that your example motivated me to promote again the nifty appendFromScript...
rolf@...
Send Email
Feb 3, 2005
3:44 pm
1040
... For those folks, if they run AOLserver, I have created a TDP processor (Tcl Dynamic Page) which is a loadable module for AOLserver allowing you to write...
Zoran Vasiljevic
vungerk
Offline Send Email
Feb 3, 2005
3:59 pm
1041
One of the tricks with node commands that I didn't realize at first was that you could put them in a namespace and the namespace would get stripped off the...
Bill Schongar
bschonga
Offline Send Email
Feb 3, 2005
4:36 pm
1042
... http://www.tdom.org/dom.html (as well as the documentation distributed with the source) has: "If the first argument of [createNodeCmd] is elementNode, the...
rolf@...
Send Email
Feb 3, 2005
5:23 pm
1043
... <snip> Of course this is more tclish to use appendFromScript. Indeed the true DOM-way is sometimes odd. However TclDOM does not know about this method and...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Feb 4, 2005
8:29 am
1044
I'm using SuSE 9.0 to install the new version of OpenACS. All had gone well until I had to do tDOM and got this error: clude"...
lgarcia3
Offline Send Email
Feb 13, 2005
1:15 pm
1045
... You didn't mention, which tDOM (from the error msg, I suspect 0.7.8, why not 0.8.0?) and which OpenACS version you use. Please do. This is a fishy thing....
rolf@...
Send Email
Feb 14, 2005
10:33 am
1046
I would like to use tDOM with AOLServer for a project still in the planning phase, but I am having problems getting it to work. Here are the sample files (some...
Carl Robert Blesius
crblesius
Offline Send Email
Feb 16, 2005
11:40 pm
1047
... The script convenience.tcl from this location has some problems (doesn't care about the encoding of the XML files, doesn't keep white space only nodes...
rolf@...
Send Email
Feb 17, 2005
10:08 am
1048
If I have a default namespace and I want to do selectNodes and not give it a namespace is that possible? Here is an example of what I mean (and apologies if I...
Jeff Davis
jcdldn
Offline Send Email
Feb 17, 2005
12:37 pm
1049
I see this has been answered to death in the archive. Sorry for not searching first....
Jeff Davis
jcdldn
Offline Send Email
Feb 17, 2005
12:46 pm
1050
... This problem was discussed several times. Search the mailing list archive for explanations. With 0.8.0, use ... With tdom from CVS head, you could simply...
rolf@...
Send Email
Feb 17, 2005
1:03 pm
1051
Thanks Rolf. That worked fine. Thanks for the help. I got that example from a Linux Journal article: ...
Carl Robert Blesius
crblesius
Offline Send Email
Feb 18, 2005
3:21 am
1052
Hello, I'd like to use XE on some files to get a quick overview on the structure and possible queries to extract information. Often I get the error «Attribute...
Carsten Zerbst
skfcz
Offline Send Email
Feb 23, 2005
8:17 am
1053
Is the following a bug in my head or in tDOM ? ... set doc [dom createDocument bla:bla] set root [$doc documentElement contextNode] $root setAttribute...
Martin S. Weber
Ephaeton@...
Send Email
Feb 25, 2005
12:28 pm
1054
... You can't create namespace aware nodes with appendFromScript (or insertBeforeFromScript). See my mail http://groups.yahoo.com/group/tdom/message/1042 at...
rolf@...
Send Email
Feb 25, 2005
1:48 pm
1055
Hi, Everyone: Here is my situation. It might not be directly related with tDom, but as I encounter this problem when using tDom, I will try to ask it here...
Gang Wang
wang93117
Offline Send Email
Mar 15, 2005
7:14 am
1056
... AFAICT, there are no race conditions in a single-threaded environment. Event handlers are serialized and while one event handler is executing, nothing else...
Zoran Vasiljevic
vungerk
Offline Send Email
Mar 15, 2005
9:07 am
1057
Hi Gang, Definitely not tdom specific, but here are a few suggestions... Unless you're looking for DB-like transactional processing (eg, in addition to your...
Bill Schongar
bschonga
Offline Send Email
Mar 15, 2005
3:35 pm
1058
Hello, I just happen to go through a very simple page, with relavent links on computing and felt that it could be useful to you too. You may go to ...
megha_s05
Offline Send Email
Mar 16, 2005
6:19 pm
1059
Rent-A-Pro.com consulting marketplace offers on demand staffing and service delivery for information technology projects. We represents a wide variety of...
zhou140
Offline Send Email
Apr 4, 2005
12:16 am
Messages 1030 - 1059 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