Seeking vbs country code to country converter using ISO 3166 XML file

I am looking for a VBS country code to country converter using the ISO 3166 XML file, from ISO 3166 makes country codes and their respective countries available in both text, html, and XML formats.
It should be possible to use the XML file to provide direct conversion between a country code and its country. For example C#.NET has XML routines, but how would it be done from VBS?
