I have set the following line, just before reading / writing a XML:
tinyxml2::XMLUtil::SetBoolSerialization("true", "false");
I know that the above values are the defaults, but elsewhere in my code I do set it to 1 / 0.
But my question is why is the above not being honoured? I specifically write this code, then create / create / save and then set back to 1 / 0.
My final xml file still have 1 / 0?