Can't read the attribute from the ptree object. Any ideas how to do that?
Thanks
Jack



BOOST_FOREACH(ptree::value_type& v, tree) {
const std::string& nodeName = v.first;...