"Martin Trappel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Alistair Leslie-Hughes wrote:

xmlDocPtr doc;
...
xpctxt = xmlXPathNewContext(doc);
xpobj = xmlXPathEvalExpression("/string", xpctxt);
if(xpobj->nodesetval->nodeNr)
  xmlNodePtr string_root_node = nodeSet->nodeTab[0];
...

Hi Martin,
  Thanks.  Thats what I was expecting.

Best Regards
Alistair Leslie-Hughes

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to