So, I’m trying to store some data on a Cocos app, in this case a set of values on an XML file. I would create the file first, and then overwrite the file when needed be.
I’ve only seen XML parsing (read only) support on Cocos, and I can’t find anything related to XML writing…
Am I missing any part of the engine that might help me?
Also, providing that Cocos doesn’t have (or doesn’t seem like it has) support for what I want, I’m trying to directly use the libxml2 library from Cocos and use it externally from Cocos. Could that be a good idea?
PS: My app is on Android, FYI.(/)