[Tutor] XML Programs

Stefan Behnel stefan_ml at behnel.de
Tue Apr 17 14:42:14 EDT 2018


leam hall schrieb am 16.04.2018 um 14:54:
> On Mon, Apr 16, 2018 at 7:10 AM, Glen wrote:
>> I'm writing a save-game editor for a game I play (just a project to learn).
>> But I am struggling on how to structure the code, how to store the xml data
>> in data structure etc,
>>
>> Can anyone recommend some source I can review that reads and writes data
>> from an xml file.
> 
> A friend's comment was "life is too short for XML". I like that. Have
> you considered JSON? Taking it a step further, MongoDB (JSON) or
> SQLite (SQL)? Both are pretty common and standard.

Actually, XML is pretty common and standard. But life's definitely too
short for Mongo.

Stefan



More information about the Tutor mailing list