Kent Johnson wrote:
>>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...
>
I have choosed XML because it's designed as a universal data exchange
format.
_
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
Hi all,
I'm going to build a little data base in XML, with information about
localization for each country.
Then, I'm in dude of using xml.sax (built in python) or elementtree.
Which do you recommend to me?
And is it necessary build a DTD or Schema file?
Thanks in advance!