I'd like to have my level editor write out my level data in XML format. Is this possible right now? The XML plugin seems to only read XML data, not write it.
Develop games in your browser. Powerful, performant & highly capable.
You can't write data using the XML plugin, but you could concatenate a big string together and save that.
Ashley
Out of curiosity, is it in the TODO list to add XML manipulation to the current XML plugin ?
Not right now. It's a pretty difficult object to support, since IE handles XML differently to other browsers, and it's not supported at all on CocoonJS.
So XML pluging is not supported at all on ConcoonJS export ? and what about the other android export ?
Writing to XML would be great for Win/MAC/Linux projects. I hope this will be possible some day (would be much easier than to create it with a big string).