Parse XML File Multiple Elements - Same Name - PugiXML - C++ -


I am trying to parse a huge XML file using PugiXML which I think is quite easy to understand is. My problem is that in XML file, I have several elements of the same name and they have other elements with the same element. I am the only way to correctly parse each element using the Find_child_by_attribute () method To get access, but the code gets bigger because I need to rotate through each nest and keep the data for each element so that the method I could have said that element is my question: can you offer an effective way to parse XML file with many elements along with the same name and inside it?


Comments