[xml] best way copy of xmlXPathObjectPtr->node
- From: <oliverst online de>
- To: <xml gnome org>
- Subject: [xml] best way copy of xmlXPathObjectPtr->node
- Date: Tue, 20 Jan 2004 15:40:03 +0100
Hey!
I wanted to do a function you give a xmlDocPtr and an XPath expression,
that returns a xmlNodeSetPtr, so you don't have to create any
xmlXPathContextPtr. The problem is, that nodesetval is being free'd,
when I call xmlXPathFreeObject() and I haven't found a function in
libxml2 to copy a xmlNodeSetPtr. Is there a better way to get a copy
beside loop through all the nodes and put them in a new xmlNodeSetPtr
one-by-one?
TIA
Oliver
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]