From: Chad O. <co...@ha...> - 2002-03-26 08:23:00
|
Parse. XML would work. XML+DOM is a really easy way to store data. I'd say there's no real reason to use a custom format for something trivial like this. > -----Original Message----- > From: isu...@li... > [mailto:isu...@li...] On > Behalf Of Josh Brown > Sent: Tuesday, March 26, 2002 2:12 AM > To: isu...@li... > Subject: [isugamedev-devel] best way to parce data > > > What is a good way to parce data. > > I'm working on storing data for multiple levels in load > runner and I was wondering what a good way to store that > information and then to parce it when reading it? Basically > I want to know if XML is a good way to go, and to use a third > party library to parce the files for me, or if I should store > the data with my own rules and read it however I want to? > anybody have ideas on this? > > Thanks > Josh > > > _______________________________________________ > ISUGameDev-devel mailing list ISU...@li... > https://lists.sourceforge.net/lists/listinfo/isugamedev-devel > |