This library is minimum, easy-to-use, C implementation for xml file parsing It includes a mini shell to navigate thru a xml file as a demo.
Because XML parsing is always hard to reinvent, and because very often xml lib are too big to fit with very little application
It allow you to easily:
You can refer to roxml.h for documentation on all API functions
there are several groups of functions :
roxml_load_doc
roxml_load_buf
roxml_close
roxml_get_parent
roxml_get_chld
roxml_get_chld_nb
roxml_get_attr
roxml_get_attr_nb
roxml_get_text
roxml_get_text_nb
roxml_xpath
roxml_get_type
roxml_get_node_position
roxml_get_name
roxml_get_content
roxml_add_node
roxml_del_node
roxml_commit_changes