Re: [xml] XPath oddities



xmlXPathCompiledEval returns a structure so you get the node set like this:

* my_nodeset = result->nodesetval;

Ah, that's where I was going wrong, it seems - what does
xmlXPtrBuildNodeList() do differently then?  Does that not retrieve the
same nodelist?

Jon




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]