how we read and write xml using c.
i searched through google i didnot find any.
can anyone provide me the tutorials or examples .
thank u,
sree.
This is a discussion on reading and writing xml using c within the C Programming forums, part of the General Programming Boards category; how we read and write xml using c. i searched through google i didnot find any. can anyone provide me ...
how we read and write xml using c.
i searched through google i didnot find any.
can anyone provide me the tutorials or examples .
thank u,
sree.
You are dumb. four words, one click
Quzah.
Hope is the first step on the road to disappointment.
i downloaded libxml
and i try to compile on program but geeting some error .
they are
i complied with:
gcc -Wall -g -L/usr/include/libxml2 -c -o outline.o 1.c
error:
1.c:16:27: error: libxml/parser.h: No such file or directory
1.c:17:25: error: libxml/tree.h: No such file or directory
1.c:18:29: error: libxml/xinclude.h: No such file or directory
1.c:19:26: error: libxml/xmlIO.h: No such file or directory
1.c: In function ‘main’:
1.c:164: warning: implicit declaration of function ‘exit’
1.c:164: warning: incompatible implicit declaration of built-in function ‘exit’
how we should includee libxml files
> -L/usr/include/libxml2
Plus
> 1.c:16:27: error: libxml/parser.h: No such file or directory
Must be a filename, eg
/usr/include/libxml2/libxml/parser.h
Figure out where you really installed it (assuming you did, and it's not just still in a zip file), and adjust the -L command line option so that libxml/parser.h can be found.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.