
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 gcc

These libraries are required: (inside /usr/lib)
----------------------
libxml2.so
iconv.so
zlib.so


lxdemo use a configuration file: lxdemo.cfg

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


To compile, just type:
./solc -be lxdemo



