[xml] xmlList* functionality
- From: Smith Baylor <sbaylor gmail com>
- To: xml gnome org
- Subject: [xml] xmlList* functionality
- Date: Mon, 13 Dec 2004 10:47:11 -0800
Hi,
Are there any examples of using
xmlListCreate, xmlListInsert, xmlListWalk and xmlListWalker
xmlListPtr list;
list = xmlListCreate(NULL, NULL);
if (! (xmlListInsert (list, (void *) "test") ) ) {
printf ("error\n");
}
I am getting error in the o/p. Any clues as to what I am doing wrong?
Any samples for all the List functions is greatly appreciated.
Thanks
Smith
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]