I've been trying to build tDOM for OpenBSD 4.0/sparc64. So far all I can manage is to build a .so that will lead to a bus error/core dump. I've tried the...
Are you building it without the built-in allocator? The built-in allocator does not know how to do 64 bit alignment. If you disable that, it will probably...
Randy is right: if you build on a 64-bit plattform, you must use --disable-tdomalloc as configure switch. But even with that, I'm afraid a build from the 0.8.0...
rolf@...
Jan 30, 2007 6:10 pm
1384
... Thank you both for the quick responses. Using --disable-tdomalloc worked, and I've been able to build tdom from CVS HEAD succesfully and run 'make test'...
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...
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...
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....
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...
... 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@...
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@...
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@...
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@...
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...
... 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...
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....
... 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 -- ...
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...
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...
... Following the TEA standard, building of a custom tclsh with tdom build in is a seperate build target. Just do make tcldomsh rolf...
rolf@...
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"> ...
... 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@...
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@...
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@...
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...
... 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@...
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?...
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...
... 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@...
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@...
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...