Category:LibXML: Difference between revisions

Content added Content deleted
(added what I wrote for libxml)
(compile)
Line 6: Line 6:


Homepage is at [http://xmlsoft.org/index.html Libxml2 homepage]
Homepage is at [http://xmlsoft.org/index.html Libxml2 homepage]

To compile a sample program that use the libxml2:
gcc -o example -I /usr/include/libxml2 -lxml2 example.c