How do I find all the attributes in an element? Theres FirstAttribute but no NextAttribute.
It seems like I can only parse attributes if I already know what they are. But I don't, I'm trying to copy from one xml file to another, and apart from a few exceptions I'm not modifiying the xml or even aware of what it is.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I find all the attributes in an element? Theres FirstAttribute but no NextAttribute.
It seems like I can only parse attributes if I already know what they are. But I don't, I'm trying to copy from one xml file to another, and apart from a few exceptions I'm not modifiying the xml or even aware of what it is.
Maybe found a solution here:
https://sourceforge.net/projects/tinyxml/forums/forum/42748/topic/1062169?message=2531683