NAME
KitXml - Easy Xml File Parser and Generator for Tcl/Tk
DESCRIPTION
KitXml  (Tcl package) allows to parse and generate xml or html files in linux tcl/tk applications.
KitXml respects the tcl/tk natural syntax for easy scripts developpment.
KitXml  is based on "libxml" written by Daniel Veillard, see http://xmlsoft.org.
LICENCE
G.N.U. G.P.L. : http://www.opensource.org/licenses/gpl-license.html
VERSION
0.1.3
INSTALLATION
# tar    -xvzf    kitxml-0.1.3.tar.gz
# cd     kitxml/geneirc
# make
# make    install
REQUIREMENT
libxml2.so
libz.so