0

I want to create a custom xml file to store data very simply. I want to know what is the best was to create and read xml files using Marmalade and how to use this.

Cheers

Ryan Durrant
  • 878
  • 4
  • 12
  • 23

1 Answers1

0

There's a very exhaustive list of XML parsers which can be used in c++ here.

If it's a pain for you to create a marmalade subproject using c++ libraries and you're flexible enough for storage method, you can instead use cJson port for Marmalade, and can store data in json files instead. I've used this in many of my projects and it never gave me any chance to complain yet.

Community
  • 1
  • 1
0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184