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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 800 - 829 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
800
Hi, I got errors compiling tDOM0.7.8 in my redhat7.3 box, guess it's the problem of old gcc version. Which version of GCC is required? Thanks....
mktam100
Offline Send Email
Jun 9, 2004
10:47 am
801
... Errrm... It worked for me on linux with any gcc version, I've ever given a try. IIRC the oldest linux box, I build 0.7.8 on was a SuSE 6.4 with an egcs...
rolf@...
Send Email
Jun 9, 2004
1:25 pm
802
Hi, I get the latest copy from CVS instead of here: http://www.tdom.org/tDOM-0.7.8.tar.gz, and it works now! Thanks. mk ... it's ... required?...
mktam100
Offline Send Email
Jun 10, 2004
2:20 am
803
Hello, Have there been any improvements in tdom related to below email? I currently substituted tdom by htmlparse for this, but I'd like to use tdom again. ...
ramsan100
Offline Send Email
Jun 10, 2004
1:20 pm
804
... With current CVS HEAD: % set html { <HTML><HEAD></HEAD> <BODY> <H1>HTML Clipboard Format </H1> </BODY> </HTML> } puts [package require tdom] dom parse...
rolf@...
Send Email
Jun 11, 2004
8:56 am
805
I was really far into debt. Like Most I was in Financial dispair. I could not seem to get ahead no matter how hard I tried. Untill I found this place. ...
llnkdkcz175
Offline Send Email
Jun 13, 2004
7:52 pm
806
Hello, Is there a way to extend (add additional ones) methods under the dom and domNode objects? For example the current methods for a domMode are nodeType,...
Aamer Akhter
aakhter
Offline Send Email
Jun 16, 2004
4:20 am
807
... dom ... There is for domNode at least. Any function defined in the ... http://wiki.tcl.tk/4193 for an example. Brian...
brian_theado
Offline Send Email
Jun 16, 2004
11:55 am
808
... Brian is right. Same works also for domDocs and the dom command itself. Any function defined in the ::dom::domDoc namespace will be available as a domDoc...
rolf@...
Send Email
Jun 16, 2004
12:56 pm
809
I have some XML (for WebDAV) that looks like this: <D:multistatus xmlns:D="DAV:"> <ns0:response xmlns:ns0="DAV:"> </ns0:response> </D:multistatus> The same...
Dave Bauer
daveb5d
Offline Send Email
Jun 16, 2004
1:22 pm
810
... A wacky XML document (same namespace bound to two different prefixes without a reason), but a correct, well-formed one. ... This is not well-formed! Are...
rolf@...
Send Email
Jun 16, 2004
1:55 pm
811
... Here is the XML I captured from the mod_dav response. <?xml version="1.0" encoding="utf-8"?> <D:multistatus xmlns:D="DAV:"> <D:response xmlns:lp1="DAV:" ...
Dave Bauer
daveb5d
Offline Send Email
Jun 16, 2004
2:03 pm
812
... This document is well-formed. So, what exactly is the problem? I still have to guess. I assume, you're fighting with the fact, that this document uses two...
rolf@...
Send Email
Jun 16, 2004
2:41 pm
813
Brian/ Rolf Thank-you. This is great. IMHO done 'the right way'. ;-) thanks for supporting tdom. ... -- Aamer Akhter / aa@... NSITE cisco Systems...
Aamer Akhter
aakhter
Offline Send Email
Jun 16, 2004
3:28 pm
814
I was trying to use tdom to parse the RSS feed and encountered some issues. Below is the first few lines in the RSS feed <?xml version="1.0" encoding="UTF-8"?>...
Chan Chi Hung
chihungsinga...
Offline Send Email
Jun 17, 2004
1:47 am
815
... You've not fully understood, how XPath works. This topic has come up several times on this list (I wonder, that a long time subscriber like you didn't...
rolf@...
Send Email
Jun 17, 2004
1:05 pm
816
Thanks, Rolf for pointing me to the previous messages. I should have checked with the old posting before posting it :-) ... -- CHAN CHI HUNG Managed Computing...
Chan Chi Hung
chihungsinga...
Offline Send Email
Jun 18, 2004
8:46 am
817
Both postings gave a very detailed description of how NS works. I particular like the work around of introducing NS for the default NS with 'setAttributeNS',...
Chi Hung Chan
chihungsinga...
Offline Send Email
Jun 18, 2004
2:44 pm
818
Hello, I seem to be missing something here, not sure what though. My full XML doc is this: <deviceInfo> <passwords> <enable>xxx</enable> <line>xxx</line> ...
Aamer Akhter
aakhter
Offline Send Email
Jun 20, 2004
8:13 am
819
... The short answer is: Use XPath. The preceding-sibling axis is the XPath equivalent to psibling. If you use this axis with a predicat, remember, that the...
rolf@...
Send Email
Jun 20, 2004
11:13 pm
820
... thanks rolf, I guess this applies to the 'child' method as well? ... -- Aamer Akhter / aa@... NSITE cisco Systems...
Aamer Akhter
aakhter
Offline Send Email
Jun 21, 2004
3:34 am
821
... For the child, descendant, ancestor, fsibling, psibling and root method. rolf...
rolf@...
Send Email
Jun 21, 2004
1:19 pm
822
Hello, I realize that this isn't specifically a tdom question. But can somebody provide an example of sorting nodes using tdom. I know that this can be done...
Aamer Akhter
aakhter
Offline Send Email
Jun 23, 2004
10:33 pm
823
Hello, set data { <root><connection type="bob1"> <priority>5</priority> </connection> <connection type="bob2"> <priority>1</priority> </connection> <connection...
ramsan100
Offline Send Email
Jun 24, 2004
1:00 pm
824
... thanks ramon. sometimes the simplest and most obvious answer is also the best one! ... -- Aamer Akhter / aa@... NSITE cisco Systems...
Aamer Akhter
aakhter
Offline Send Email
Jun 24, 2004
7:19 pm
825
I had really high interest rates on my home loan. I saved thousands of dollars on home payments. And you can too. Interest rates are as low as can be, And Yes...
jprohof288
Offline Send Email
Jun 27, 2004
4:25 pm
826
Hi folks. I'm trying to compile tDOM 0.7.8 on a sparc-sun-solaris (SunOS 5.8) and I'm getting the following error: gcc -pipe -DHAVE_UNISTD_H=1...
charly_tokic
Offline Send Email
Jul 5, 2004
8:37 am
827
... Please check if you have CFLAGS defined in your environment. If yes, unset the CFLAGS and rerun the configure. Cheers, Zoran...
Zoran Vasiljevic
vungerk
Offline Send Email
Jul 5, 2004
9:33 am
828
... 5.8) ... Hi. No, CFLAGS is not set. It seems this is a bug in the tDOM-configure script. I added the string "-DHAVE_MEMMOVE=1" to the Makefile at TCL_DEFS...
charly_tokic
Offline Send Email
Jul 5, 2004
10:48 am
829
Hi, I am writinga WebDAV server and constructing the XML responses with tDOM. One of the responses takes a while to contructs so I am trying to improve the...
Dave Bauer
daveb5d
Offline Send Email
Jul 6, 2004
5:14 pm
Messages 800 - 829 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