ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

I'd recommend using TinyXML as it is already used by several important packages in ROS (e.g. URDF, rviz, rospack). For an example of how to use TinyXML in compilation, check out the CMakeLists.txt file from the kdl_parser package. A relatively self-contained example of how to read an xml file is in their kdl_parser.cpp file.