
LX Demo

Demo program to fill a dom tree from an xml document, using libmxl.

To compile and link this program, you need for
- the libxml library, available at:  http://www.libxml.org
- and Visual C++

These dll are required:
----------------------
gcms.dll   (furnished)
libxml2.dll
iconv.dll
zlib.dll

These libraries are required:
----------------------------
libsolms.lib
gcms.lib
lximport.lib
libxml2.lib   (from libxml)


lxdemo use a configuration file: lxdemo.cfg

Before to compile, go at the scriptol root and type:
install xml    (under windows)
./setup xml    (under linux)


To compile, just type:
solc -be lxdemo


If you want to distribute a program that uses the load() method of dom,
as lxdemo does, the dll above are required along with the executable.

