Sorry to follow up on this heated thread, but i got now the same problem with an "incorrect user input" causing aolserver to restart. The problem happens in...
... Hi! This is my fault. We moved the repository to another server and since then the CVS access is down. I promised to check that but never got to it due to...
Hi Zoran, Any news on this? I've tried accessing CVS on cvs.tdom.org for the last two days, but just keeps timing out. Cheers, Neil ... This message has been...
... BTW, I am waiting for the CVS to come up again, too. What do you think about converting it to GIT and setting it up on github.com? Rolf, what do you think...
Hi Rolf, Zoran, others, this is the third attempt to send this message. I obviously are unable to send messages to this group using the Yahoo! Web interface....
... If you do it only occasionally why bother mirroring at all? You should do it regularly, automatically and at a high frequency, if at all... -Martin...
Martin S. Weber
Ephaeton@...
Feb 13, 2009 12:43 pm
1930
... No, Martin, I wont. I earn my money with other things and I spend it with my family. Occasionally and manually is fair enough as Rolf is mostly maintaining...
For all I know the following should work: set nodesList [$doc cget -selectNodes {//*[not(*)]}] However, I get the following error: wrong # args: should be...
... I guess, $doc is created by something like: set doc [dom parse ?xmldata?] Then you can simply write: set nodesList [$doc selectNodes {//*[not(*)]}] Oliver ...
getElementById doesn't work for me. $nodeObj find "id" "idname" will get the right tag. Does getElementById needs a DTD validation? How about a schema (xsd)?...
... No, it doesn't need DTD validation, but of course a parsed DTD. (Note the 'parsed', that's a hint in case you've an external DTD subset.) This is needed...
Rolf Ade
rolf@...
Mar 6, 2009 3:23 pm
1935
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...