This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head><title>Sample HTML Select for Alpha-2 Country Codes</title></head> | |
<body> | |
<p> | |
This is a sample of the generated output of a Country Code utility class that I created - as part of a larger utility library that I use for client projects. | |
</p> | |
<p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head><title>Sample HTML Select for Alpha-3 Country Codes</title></head> | |
<body> | |
<p> | |
This is a sample of the generated output of a Country Code utility class that I created - as part of a larger utility library that I use for client projects. | |
</p> | |
<p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<noscript> | |
<div id="errorbar"> | |
<p>It seems you have javascript disabled or your browser does not support it. Javascript is a requirement for this website to work; it is virtually useless without it. I suggest you visit: <a href="http://enable-javascript.com/">http://enable-javascript.com/</a>.</p> | |
</div> | |
</noscript> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head><title>Demo HTML Select for Numeric-3 Country Codes</title></head> | |
<body> | |
<p> | |
This is a demo of the generated output of a Country Code utility class that I created - as part of a larger utility library that I use for client projects. | |
</p> | |
<p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<CountryCodes> | |
<CountryCode> | |
<englishShortName>Afghanistan</englishShortName> | |
<alpha2Code>AF</alpha2Code> | |
<alpha3Code>AFG</alpha3Code> | |
<numeric3Code>004</numeric3Code> | |
<TLD>.af</TLD> | |
</CountryCode> | |
<CountryCode> |