]> 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>
Sun, 30 Sep 2012 16:00:38 +0000 (12:00 -0400)
commit59558956ab12611b4d6c0cabc67309521503a705
tree8250ccc70d820bc1d05604a7f78534b2c54eda3e
parent0a6faa675a7737710250fabc8282a276123bb784
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