Or you could edit your index page and write a redirect to the top level page you want to start with.
--------------------------------------------------------------------------------------------------------
Here's the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">...
Try,
<!ATTLIST city CDATA #IMPLIED>
<!ATTLIST country CDATA #IMPLIED>
.
.
.
<address>
<city>Paris</city>
<country>FR<country/>
</address>
You are trying to get too fancy with your XML. Some platforms will not allow you to run an a multiword XML field like 'city country'. You...