Alright, thank you for your replies. I will definitely look into that. If anyone else has any examples that they could show me, that would be much appreciated!
On May 23, 12:22 am, James Paige <b...@hamsterrepublic.com> wrote: > Unfortunately, no, I don't have any good examples for you, because most > of my xml experience has not been python based. You might want to look > at the xml modules available in the python standard library > documentation. You can choose from expat, minidom, pulldom, sax, > elementtree, or maybe some I am forgetting. Maybe somebody else on the > list can suggest which is the best match for pygame. > > In general though, you will probably end up with a file that has a > node for general data, with some named data elements inside it, and a > node for inventory with a list of item elements inside it, and a node > for flags with a list of flag elements inside it. > > --- > James