Tdom in aolserver 4.0, my transformation of iso-8859-1 xml and iso-8859- 1 xslt seems to be generating UTF-8 html when output from the result of an adp page. I...
... Forget setResultEncoding. This is a method to support tcl8.0 and is a noop for tcl >= 8.1 with its i18n features. Everything returned by tdom is utf-8...
rolf@...
Aug 10, 2005 12:17 am
1154
Note: forwarded message attached. ... Do you Yahoo!? Read only the mail you want - Yahoo! Mail SpamGuard. ... Note: Forwarded message attached -- Original...
Note: forwarded message attached. ... Start your day with Yahoo! - make it your home page ... From: Vinay H <vinayhp83@...> Date: Aug 23, 2005 8:42 AM ...
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...
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...