Forum OpenACS Q&A: Re: Reading a XML file from a web url

Collapse
Posted by Toni Vila on
Hi Naveen,

if you want to manage xml better use tDom.

Its pretty easy intall tDom package, from openAcs Doc:

http://www.openacs.org/doc/aolserver4.html

step 4.e:

After download and untar tDom package source

Install tDOM

[root nssha1]# cd ../tDOM-0.8.0/unix

Edit the CONFIG file. Uncomment the instructions meant for AOLserver 4, but edit it to look like this:

../configure --enable-threads --disable-tdomalloc
--prefix=/usr/local/aolserver --with-tcl=/usr/local/lib

Note that the location of the Tcl library may vary on differnt platforms (e.g. for Debian 3.0: --with-tcl=/usr/lib/tcl8.4)

Now you can compile and configure tDOM

[root unix]# sh CONFIG
[root unix]# make install

cheers!