Hey guys,
I am writing a simple program in c++ and I want to use an API to read in an element from an xml file. I realise there are thousands of xml parsers out there but I just need something lightweight that will read the element in and then let me assign it to a variable.
I have googled but believe it or not can't find anything helpful. Can anyone make any recommendations?