Using python django I would like to access this site http://www.reta-vortaro.de/revo/ It is a dictionary site for a language called esperanto, I need to be able to search for a word, and get back its definition, it looks like Each Esperanto root word has an xml file,
- I need to index each xml file
- store the name of each xml file in a database.
- On my website I need to $_GET the word.
- I need to search for combinations of these root words with a xml file named after it.