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>
Wed, 5 Oct 2011 17:34:40 +0000 (13:34 -0400)
commit507ee2eca6b71b1342f85d30ba069e5fff71b7c0
treef006622fd09d54814007ef50eb77a829709827b8
parent02c3994ece4f5f0afcf74f3f8d27e8011b432204
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