]> 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 20:39:10 +0000 (16:39 -0400)
commit8b7462037ab584c7f3b838d5e1d49deccc0cca1c
tree2f7923767fac61d52034abb2032aa186d3326382
parentd8d539d32d4e49efe122df0f134449d92d8ca3f5
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