Hello Rolf, your are so right! First - I didn't attache the html file and didn't try to get the stderr output, which is: tcldom_AppendEscaped: can only handle...
... Attaching the rponline.de.xml (or puting it somewhere on the net, public accessible) would at least get a chance to actually look at the case. So, all I...
Rolf Ade
rolf@...
Dec 2, 2009 7:06 pm
1979
Hello, is there a chance to find out, why the tcl shell using tDOM crashes without any "comment" using the simple "$docNode asXML" command? I've done the...
Has the planned tutorial ever materialized: how to use tDOM's XSLT engine (http://wiki.tcl.tk/1948) Can someone outline their experience with tDOM as an...
... Similar code is needed for <dd> and <dt>. So this is my suggested patch (combined with the <li> change as that does not yet seem to be in CVS): Index:...
... Yes. ... Well, yes, autoclosing is a weak point of the html parser. Thanks for your patch. rolf...
Rolf Ade
rolf@...
Jul 15, 2009 10:59 am
1968
Hi, Is this the right place to send small patches? I found out that autoclosing of HTML <li> tags doesn't yet fully work in the current CVS head. I figured out...
... http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344122 is the report I saw today that brought it to mind. However, I've not taken a look through their...
... No, I didn't know about that things. Is that discussion archived public available, somewhere and do you have a link to it? rolf...
Rolf Ade
rolf@...
Jun 24, 2009 4:54 pm
1962
Are the maintainers of tdom notified when changes occur in the tdom package for specific distributions? I noticed recently a series of emails, and finally a...
Thanks for the heads up. This did in fact allow me to successfully install tDOM, which in turn allowed a successful install of my target app. My thanks to...
... tdom has already been reintroduced successfully, and comes with debian {stable|unstable|testing}: see http://packages.qa.debian.org/t/tdom.html as ubuntu...
Larry, I thank you for the continuing dialog. My error in not describing myself as a newbie to Linux. I must proceed with my assembly code project, but if...
... I apologize - I made the assumption that you were familar with Linux or Unix and should not have made that assumption. To make a change to PATH that you...
... Frankly, some basic Linux knowledge would be of help. Invest the time, it will safe you more troubles! kind regards -- Matthias Kraft Software AG, Germany...
You've spent a great deal of time and effort with me here and I really appreciate it. At this point I am pulling the plug, and live without installing this...
Followed instructions regarding teacup. It is certainly in. Feel a bit sheepish on path issue. I think that my ignorance extends beyond that, though. When...
... The configure file looks for the information about the installed tcl in 'usual' places (like /usr/local/lib). If Ubuntu puts that into an 'unusual' place,...
Rolf Ade
rolf@...
Mar 28, 2009 10:00 am
1946
I can help you with using teacup. 1. at your command line prompt, type which teacup 2. If the response is no teacup in ... that means you have not yet followed...
I removed 8.5 and ran: sudo apt-get install tcl8.4 tcl8.4-dev tk8.4 tk8.4-dev. ... Same issue as earlier attempts. Is Ubuntu putting tcl in a dir that tdom...
... apt-get install the tcl8.5-dev and tk8.5-dev packages (so you have the necessary Tcl header files, etc.) and then re-run tdom's ../configure. Michael...
Tried again got this message: checking for correct TEA configuration... ok (TEA 3.6) checking for Tcl configuration... configure: WARNING: Can't find Tcl...
... My personal recommendation would be to install ActiveState's ActiveTcl (pick the version that you need), and then use their "teacup install tdom" to...
... The README say, go to the unix directory and do ../configure (Note the ../ !) rolf...
Rolf Ade
rolf@...
Mar 27, 2009 5:32 pm
1939
I am using Ubuntu 8.10 and am trying to install an application that requires tdom. I went to tdom page an downloaded tdom 0.8.2. Readme file says to goto...
... I'm not sure, I understand the question. Do you ask for DTD validation? If yes, look at the tnc extension (which is bundled with the distribution). ... I...