Jonas Melian wrote: > Hi all, > > I'm going to build a little data base in XML, with information about > localization for each country.
Why XML? You could use pickle or CSV or a real database... > Then, I'm in dude of using xml.sax (built in python) or elementtree. > Which do you recommend to me? elementtree > And is it necessary build a DTD or Schema file? No. These are helpful if you want to validate your data but not required. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor