Need XML List of Regions

jmurrayhead

Well-known member
Hey everyone,

I'm looking for a complete XML list of regions, provinces, territories, etc. Not just a list of US states, or Canadian provinces...I need all of them. Something in a format like:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<regions>
    <region code="DC" country="US">District of Columbia</region>
    <region code="QC" country="CA">Quebec</region>
</regions>
If you happen to know where I might find such a document, please let me know. I've tried the ISO site, but no joy.

Cheers!
 
Top Bottom