I need to manage (parse and build) XML in my c++ application but I have no idea about libraries that can help me doing that. I searched in Boost but found none, std namespace sure does not provide such functionalities. Is there a free c++ library to manage xml?
Thank you