Gotcha. Indeed it works with a built in DTD but would be nice to have the lookup-id-table. Thanks, reb. ==A goal is not always meant to be reached, it often...
... Well, it also works with an external DTD, if you prefer that. In that case, you've to provide an -externalentitycommand as URI resolver. In other words,...
Rolf Ade
rolf@...
Mar 6, 2009 11:50 pm
1937
The DTD is alright as a hydra for the XML data-structure. But we often times skip it in our amateurish approach to data and yet have it as well formed...
... 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...
Rolf Ade
rolf@...
Mar 9, 2009 8:11 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...
... The README say, go to the unix directory and do ../configure (Note the ../ !) rolf...
Rolf Ade
rolf@...
Mar 27, 2009 5:32 pm
1941
... My personal recommendation would be to install ActiveState's ActiveTcl (pick the version that you need), and then use their "teacup install tdom" to...
Tried again got this message: checking for correct TEA configuration... ok (TEA 3.6) checking for Tcl configuration... configure: WARNING: Can't find Tcl...
... 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...
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...
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...
... 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
1948
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...
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...
... 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...
... 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...
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...
... tdom has already been reintroduced successfully, and comes with debian {stable|unstable|testing}: see http://packages.qa.debian.org/t/tdom.html as ubuntu...
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...
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...
... 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
1964
... 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...
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...
... 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
1970
... 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:...
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...