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 your group to be featured on the Yahoo! Groups website? 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 1392 - 1692 of 1978   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1392
Hi all, I've a question regarding installing tDOM on linux. I've successfully installed and used it on windows and I love it. Problem I'm having is on Linux...
Sanjay
sanjay_kapasi
Offline Send Email
Feb 1, 2007
5:39 pm
1394
The following would normally be reported via some sort of bug reporting, but I don't see a pointer to such a thing at http://www.tdom.org/ , so I will report...
Larry W. Virden
lvirden
Offline Send Email
Feb 1, 2007
6:10 pm
1395
1. It would be lovely if the old messages here on this group which were just spam were deleted from the archives, so it would be easier to see real content. 2....
Larry W. Virden
lvirden
Offline Send Email
Feb 1, 2007
6:12 pm
1396
I'm trying to build the latest tdom from its cvs and tcl 8.5 from its cvs. I'm seeing some peculiar things. Again, since I don't know of a better place to...
Larry W. Virden
lvirden
Offline Send Email
Feb 1, 2007
6:21 pm
1399
... From what sources do you try to build? ... Normally no, you don't need a tcl source tree lying around. But you need a normal tcl binary installation. Every...
rolf@...
Send Email
Feb 4, 2007
8:25 pm
1400
... Since we haven't one: Please continue to report problems here. ... Changed. (Thanks! This sort of things slip thru for years, if nobody reports them.) ... ...
rolf@...
Send Email
Feb 4, 2007
8:36 pm
1401
... Sorry, can't do this. I haven't administrator rights for the list and Jochen Loewer (who has registered the group) is absent since at least 4 or 5 years. ...
rolf@...
Send Email
Feb 4, 2007
8:44 pm
1403
Re your question in the subject: Yes, I do this from time to time. Though, not on 64-bit. ... The critical bit information here is: you're on a 64-bit ...
rolf@...
Send Email
Feb 4, 2007
9:31 pm
1406
... Even I've been passive reader for the last years, I'm still reading every week/every two weeks the messages here. Larry: I figured out my old admin login...
loewerj
Offline Send Email
Feb 7, 2007
9:14 pm
1407
... Hey! Jochen's still alive! (I spent the last day or two trying to reach him at all the various contact addresses I could find via Google.) Would you mind...
Dossy Shiobara
dossy
Online Now Send Email
Feb 7, 2007
9:37 pm
1435
Hello! I have a problem with tDOM. I want to use tDOM to build the XHTML structure. Assuming I have well-formated xhtml_string and I want to add new node eg....
amagnol
Online Now Send Email
Mar 1, 2007
8:33 am
1436
... Without having tested; try [dom parse -keepEmpties] option. You may need to create an empty text node as child for your new textarea too. kind regards -- ...
Matthias Kraft
matzek
Offline Send Email
Mar 1, 2007
11:31 am
1493
Hi, I just tried to build tDom (Release 0.8.0) on my NetBSD (3.0.2) workstation, and compiling went smooth for libraries (into /usr/pkg), but tcldomsh was not...
johannkolff
Offline Send Email
Mar 28, 2007
10:40 am
1494
Hi, I just tried to build tDom (Release 0.8.0) on my NetBSD (3.0.2) workstation, and compiling went smooth for libraries (into /usr/pkg), but tcldomsh was not...
johannkolff
Offline Send Email
Mar 28, 2007
10:42 am
1495
... Following the TEA standard, building of a custom tclsh with tdom build in is a seperate build target. Just do make tcldomsh rolf...
rolf@...
Send Email
Mar 28, 2007
11:14 am
1598
Hello, although there is so much spam on the tdom-group, I hope to find some help this way. I have an XML-Document looking like this: <Equation ID="Equ1"> ...
Moriz Wahl
moriz.wahl
Offline Send Email
May 15, 2007
4:12 pm
1600
... Because this is, what you normally want. The probably major technical reason is, that the XPath data model doesn't know anything about CDATA Sections. I'm...
rolf@...
Send Email
May 15, 2007
5:15 pm
1610
Given an XML document with the following line in it <library>test</library> shouldn't the following command return the text node containing the value "test" %...
Kevin Partin
Kevin.Partin@...
Send Email
May 24, 2007
8:47 pm
1611
... No. ... The return value 1 is correct. An XPath expression doesn't necessary return always a node set. Your XPath expression is a boolean expression. You...
rolf@...
Send Email
May 24, 2007
10:51 pm
1666
Hi everybody. There seems to be a bug in the HTML parser of tdom. When an option is pared, the content of the option element is moved on output after the...
gustafn
Offline Send Email
Jul 18, 2007
9:46 am
1668
... Thanks for reporting. I've fixed that problem in cvs head. (Without creating other problems, I hope. The HTML reader is (as any HTML reader, I suspect) a...
rolf@...
Send Email
Jul 23, 2007
12:09 am
1670
Thanks a lot. Great support! Is there a chance, that tdom 0.8.1 will be released soon?...
gustafn
Offline Send Email
Jul 24, 2007
8:58 pm
1671
It would be nice if a new version came out, b/c for normal mortals installing from a cvs checkout is a bummer. Also, the last release date on the website...
Carl Robert Blesius
crblesius
Offline Send Email
Jul 24, 2007
10:49 pm
1678
... There never will be a 0.8.1 release.  The next release will be 0.8.2. For way too long the cvs head version has 0.8.1. I'll pick up the linux and tile...
rolf@...
Send Email
Aug 3, 2007
12:31 am
1684
The first release candidate of tDOM 0.8.2 is now available from http://www.tdom.org/files/tDOM-0.8.2rc1.tgz There's no special overwhelming new feature in this...
rolf@...
Send Email
Aug 5, 2007
7:41 pm
1687
Due to off-list feedback (thanks to Reinhard Max) a problem on 64-bit platforms and using -externalentitycommand was detected. A new release candidate is...
rolf@...
Send Email
Aug 7, 2007
12:28 am
1688
Thanks for doing this Rolf. I tested the included directions for install on OS X 10.4.10 and it returned an error on make/make install as hightlighted here: ...
Carl Robert Blesius
crblesius
Offline Send Email
Aug 7, 2007
2:44 am
1689
... Thanks for testing and reporting. Looks like, it doesn't find the tclstub lib. Do you have a full tcl installation on that box? Does other loadable tcl...
rolf@...
Send Email
Aug 7, 2007
11:18 am
1691
Hello, I maintain the packaging for tdom for the Fedora Linux distribution. During a random audit of package licensing, a few issues with tdom were brought to...
caltechwart
Online Now Send Email
Aug 10, 2007
7:12 pm
1692
... That point was already void, at the time you send that. And you knew that, as you wrote below. So, why did you mention? ... That's an editorial mistake....
rolf@...
Send Email
Aug 10, 2007
11:10 pm
Messages 1392 - 1692 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