VincentSteil / World_Crisis_DB

Creating a database for world crises similar to what IMDB is for movies that can be navigated in a similar manner. Parsed and accessed through python and initially stored in XML and validated against an XSD. The XML is converted in MySQL later on.
1 stars 0 forks source link

What is the input? #53

Closed mduban closed 11 years ago

mduban commented 11 years ago

I assume it is just a long XML file with all the data from each team appended together. His response on piazza to Acceptance Tests question would suggest that. I am going with that. This lab is so vague lol.

VincentSteil commented 11 years ago

I would say that's it as well. Just remember to remove the top level brackets from all but one of them.

mduban commented 11 years ago

Ok