Needed packages
libxml2
libxml2-devel

Also need to correct some path :  ln -s /usr/include/libxml2/libxml /usr/include/libxml

To compile use : cc `xml2-config --cflags`  manipXML.c  `xml2-config --libs` -o manipXML
