Re: [xml] How to get the value of htmlNodePtr?
- From: John Fleck <jfleck inkstain net>
- To: xml gnome org
- Subject: Re: [xml] How to get the value of htmlNodePtr?
- Date: Thu, 18 Dec 2003 19:18:47 -0700
On Thu, 2003-12-18 at 03:31, Wei Chen wrote:
But I have another question:
In tutorial there is an example call "Keyword.c".
There is a line code "cur = cur->xmlChildrenNode;".
The xmlChildrenNode is not the member of xmlNodePtr.
see http://www.xmlsoft.org/html/libxml-tree.html#xmlChildrenNode
It's a compatibility macro that maps "xmlChildrenNode" to "children"
Cheers,
John
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]