Note: forwarded message attached. ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. ...
Hi, I have a XML file (test1.xml) which includes another XML file (matrix.xml). Does anybody know whether/how Tdom can parse this and do queries on the parsed...
... Like that: package require tdom set pathToXML "Test1.xml" set doc [dom parse -baseurl [tDOM::baseURL $pathToXML] \ -externalentitycommand...
rolf@...
Sep 9, 2005 3:40 pm
1163
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
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 ...