Re: [xml] xmlList* functionality
- From: Kasimier Buchcik <kbuchcik 4commerce de>
- To: Smith Baylor <sbaylor gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] xmlList* functionality
- Date: Tue, 14 Dec 2004 18:32:33 +0100
Hi,
Smith Baylor wrote:
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.
The doc for xmlListInsert [1] says that this function returns 0 if it
succeeds.
[1] http://www.xmlsoft.org/html/libxml-list.html#xmlListInsert
Cheers,
Kasimier
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]