Hello, I'm running into the tcldom_AppendEscaped error, whilst trying to build up an XML schema using tDOM (version 0.8.0, that provided with OpenACS). The...
... So you've managed to mess up the encoding (again!). ;-) ... No. It's not the size of the database per se. It's just, that a bigger database means a bigger...
rolf@...
Oct 3, 2005 11:00 pm
1168
... Hi Rolf, thanks for your swift reply. Again since I've found others with similar problems on this board ;) ... length" ... I've been told also that this...
... What database do you use? In which encoding is the data in the database stored? What tcl package do you use, to connect to the database? rolf...
rolf@...
Oct 4, 2005 11:37 am
1170
... Hi, The database used is PostgreSQL (7.4.x), and has been created with Unicode encoding scheme. tDOM is provided natively in OpenACS (using version 0.8.0)...
I have some questions about how to put activeTcl 8.4.11 into work in WINDOW's environment. The true is that I have implemented whole bunch of codes in Linux...
... Unicode provides a unique number for every character. That say nothing about how you encode that number. UCS-2, UCS-4, utf-8? In any case, the database...
rolf@...
Oct 4, 2005 10:47 pm
1173
... The problem was a policy decision by ActiveState about compiling all included extensions with --enable-threads, but shipping a non-threaded tcl-core. tDOM...
The mail Michael replied to didn't reached me via the tdom mailing list although it is listed at http://groups.yahoo.com/group/tdom/. Strange. ... Michael is...
rolf@...
Oct 5, 2005 5:48 pm
1175
Hi, Michael and Rolf, Thanks for your guys great help. Following Michael's advice I downloaded tDom codes from www.tdom.org (code version is 0.8.0), replaced...
Hi, Michael, Thanks for your great help. I downloaded 0.8.0 tDom. It works perfectly with rest of activeTcl code. Therefore I do not need to do any change to...
Hi Rolf, Thanks for your help. Actually the script I use is based on the tDOM Wiki tutorial, found here: http://wiki.tcl.tk/8984 By 'database extension...
... This has nothing to do with that tutorial - this is very probably the code you use, to pull the values out of the database. And that code is probably part...
rolf@...
Oct 6, 2005 4:56 pm
1179
hye all, I've installed and compiled (sucessfully) tdom0.8.0 on my HP-UX 11.i system in 64bits I'm running make test, and the dom.test failed : Tests began at...
... You've used the 0.8.0 tar ball from www.tdom.org? ... That's a know bug. I've fixed it 2004-08-19, a few days after the 0.8.0 release. You've a few...
rolf@...
Oct 11, 2005 9:36 pm
1181
... Forgot to mention, that you have to use the configure option --disable-tdomalloc to build on 64 bit platforms (even for cvs head). rolf...
rolf@...
Oct 12, 2005 9:17 am
1182
Thanks rolf Unfortunately, I can't actually use CVS from here. Do you expect do release soon this 0.8.1, or is there any other way to get it ?? I've also read...
... If the only problem is, that you haven't cvs access from your work place then I could send you cvs head as tar ball per mail. ... Yes. But I'm getting...
rolf@...
Oct 12, 2005 10:38 am
1184
It works fine !! make test give the same outputs as 0.8.0 on the other platforms thank's very much bye laurent ... way ... the ... the ... reading ?? ... But ...
HI EVERYBODY, WE HAVE VERY URGENT REQUIREMENT WITH ONE OF THE WORLD LARGEST MNC CMM LEVEL 5 COMPANY IS LOOKING FOR THE CANDIDATES WHO ARE HAVING THE FOLLOWING...
Hi Rolf, Thanks so much for your help! The encoding commands definately helped, and the XML tree can be built on all scenarios with the encoding convertto...
I am having problem parsing the following document (attached at the end). I am using tdom 0.8.0 packed with ActiveState binary release, and windows XP ...
... Well, thats what the XML recommendation has as constraint on ID attribute values: they have to match the production name. See ...
rolf@...
Nov 1, 2005 1:27 am
1189
Thanks for the clear response, Rolf. Really appreciate your excellent work on tDom. -- Gang Wang ... (http://www.w3.org/TR/2004/REC-xml-20040204/#NT-Name) ... ...
CONTENTS: ** EVENTS ** EUROPE ** ** BOOKS ** ** EVENTS ** USA ** ** CALL FOR SPEAKERS ** EUROPE ** CALL FOR SPEAKERS ** USA ** HUMOUR ** ** OTHER INFORMATION -...
Hello! Do check the website of the week by visiting http://newwebsitepick.info . The website also says how you can nomiate your website if you have one. ...
I meant to post about this a while ago... I gave a presentation at the most recent Tcl/Tk conference on my XML Editor (FanXE). It uses tdom as the XML...
I know I used to hate people who would feel they had to rub in that I didnt have apartner, and you know i honestly dnt want to do that now, but what I do want...
ziggy.millam7036@...
Nov 28, 2005 9:39 am
1194
Hello, In the following code: dom parse {<a/>} doc domDoc009D2900 set root [$doc documentElement] domNode010924DC dom parse {<b...