Add obt_xml_path_get_list() that returns a list of xml nodes that match the given...
authorDana Jansens <danakj@orodu.net>
Mon, 8 Aug 2011 16:34:17 +0000 (12:34 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:56:02 +0000 (18:56 -0400)
commit19e160745bdd61413cec93c2a16411fc1f896b93
treeb1c61887e5522b66bcdfe280ec6f7888b233adef
parent9a8f9dde85b19aab4c30f5f394ea3c168a2b67f8
Add obt_xml_path_get_list() that returns a list of xml nodes that match the given path.

<foo>
  <b>hi</b>
  <b>i'm</b>
  <b>a</b>
  <b>list</a>
</foo>

It would return all the b nodes above for the path "foo/b".
obt/xml.c
obt/xml.h