=======================================================
spiderXML
---------
Another XML library
=======================================================

Programmed by raffaele granito <vegan> 
web: http://granito.org.uk 
mail: raffaele.granito@*NOSPAM*gnu.org 


[[[Disclaimer]]]

I started when I was reading a book on XML. 
In that time I was also intrigued by the algorithms 
of the parser. 

The software was created with the parser. 

I started designing the XML configuration file as 
they did long ago hackers Apache Foudation


[[[About]]]

It is a another generic XML manipolation library  


[[[Requirements]]]

GNU/Linux
libC
GCC
Make


[[[Installation]]]

[Step 1] Install GCC and Make package.  

[Step 2] Get and copy package <spiderXML> in temp directory, 
         and open it. (tar xfvz spiderxml-$(version).tar.gz)

[Step 3] You change directory in $tmpdir/spiderxml/ 
         directory (cd spiderxml/)

[Step 4] Run ./configure script for to generate makefile 
          
[Step 5] Run make for build 

[Spep 6] In $tmpdir/spiderxml/bin there is the static binary parseXML. 
         You can copy where you like it.  

[Step 7] You can starting "./parseXML <filename.xml>"  
     
Read INSTALL document for more information about intallation.
Read doc/UserManual.txt


happy hacking. ;) 


__EOF__ 
