Re: XML File -- dictionary edit/search

2007-08-28 Thread Francesco Guerrieri
On 8/28/07, Nagarajan <[EMAIL PROTECTED]> wrote: > A simple yaml file might just do the trick. > Your yaml file shall look like the following: > > Word-def.yaml > word1: word1's definition > word2: word2's definition > .. > .. > .. > Use pyyaml to handle yaml files. > > import yaml > wordd

Re: XML File -- dictionary edit/search

2007-08-27 Thread Marc 'BlackJack' Rintsch
On Mon, 27 Aug 2007 18:15:24 -0700, -b wrote: > I am trying to put together a python program that will be able to ask > for a word and its definition, then save that information into an xml > file for reference. I am not down right set on the file being in xml > format, but xml is the first thing

Re: XML File -- dictionary edit/search

2007-08-27 Thread Nagarajan
On Aug 28, 6:15 am, -b <[EMAIL PROTECTED]> wrote: > I am trying to put together a python program that will be able to ask > for a word and its definition, then save that information into an xml > file for reference. I am not down right set on the file being in xml > format, but xml is the first thi

XML File -- dictionary edit/search

2007-08-27 Thread -b
I am trying to put together a python program that will be able to ask for a word and its definition, then save that information into an xml file for reference. I am not down right set on the file being in xml format, but xml is the first thing that comes to mind, since I do not want to use a MySQL