Re: [xml] How to get the value of htmlNodePtr?



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]