Lab 7 - Working with Large XML Documents

In this folder is mondial.xml

Open it and examine it. It's huge! It contains CIA World Factbook data.

You are to extract data from mondial.xml to create an HTML table containing:

   - country name
   - country name abbreviation
   - population
   - capital city

Sort the data by country name.

Drag and drop Results.html into a browser to see what the output should look like.

I've given you a start. Open country-data.xq and examine it. You are
to replace FILL IN HERE with the appropriate XQuery.


The mondial.xml file comes from: http://www.dbis.informatik.uni-goettingen.de/Mondial/ 

