]> icculus.org git repositories - dana/openbox.git/commit
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>
Mon, 8 Aug 2011 19:07:01 +0000 (15:07 -0400)
commit18dc7dc3977db48bc464e6a62f340fe3f9685054
tree07550a08b5c6468d45277459e19a03683030ef0f
parent1663ee826718d1ff762f88dd370df4afbad75c92
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