A complete list of all form elements, attributes, and sub-elements?

7 views
Skip to first unread message

Delfeld

unread,
Jul 13, 2010, 2:35:36 PM7/13/10
to php-form-builder-class developer
Hello,

I have read the docs, and they are a bit confusing - is there a
complete list of all form elements available along with all their
possible attributes, optional sub-elements (and those sub-element
attributes)?

Would like this asap . . . if it is available as an XML file, that
would be best.

Thanks in advance!

Andrew

unread,
Jul 13, 2010, 2:46:51 PM7/13/10
to php-form-builder-class developer
Unfortunately, what you're describing doesn't currently exist. The 25
available form elements can be viewed on the "All Supported Form
Elements" example file included in the download. It can also be
viewed at http://www.imavex.com/php-form-builder-class/examples/form-elements.php.

The documentation is a work in progress, and feedback is much
appreciated. What specifically did you find confusing? What are you
recommendations for how to enhance this section?

Delfeld

unread,
Jul 13, 2010, 5:00:59 PM7/13/10
to php-form-builder-class developer
If anything is designed to be changed by the end user, it should be on
the attributes/parameters list for that element. Further, the list
should be broken down, as in JavaDoc format (maybe not in code, but on
the site, at least). Having a non-described attributes/parameters is
not very useful.

What are all the possible attributes for each element? For instance,
here is the listing for "checkbox":

public function addCheckbox($label, $name, $value="", $options="",
$additionalParams="")

Further, what are the possible attributes for each sub-element (e.g.,
radio button items)?
When I added a $this->debug() to pfbc->setAttributes(), there were a
lot of things I found surprising, such as all the options for
"captcha" content.

Also, the #name jumps on the documentation page did not work (under
the Form Functions area) - not a huge thing, but usability is not very
good.



On Jul 13, 1:46 pm, Andrew <ajporterfi...@gmail.com> wrote:
> Unfortunately, what you're describing doesn't currently exist.  The 25
> available form elements can be viewed on the "All Supported Form
> Elements" example file included in the download.  It can also be
> viewed athttp://www.imavex.com/php-form-builder-class/examples/form-elements.php.

Delfeld

unread,
Jul 13, 2010, 5:01:11 PM7/13/10
to php-form-builder-class developer
If anything is designed to be changed by the end user, it should be on
the attributes/parameters list for that element. Further, the list
should be broken down, as in JavaDoc format (maybe not in code, but on
the site, at least). Having a non-described attributes/parameters is
not very useful.

What are all the possible attributes for each element? For instance,
here is the listing for "checkbox":

public function addCheckbox($label, $name, $value="", $options="",
$additionalParams="")

Further, what are the possible attributes for each sub-element (e.g.,
radio button items)?
When I added a $this->debug() to pfbc->setAttributes(), there were a
lot of things I found surprising, such as all the options for
"captcha" content.

Also, the #name jumps on the documentation page did not work (under
the Form Functions area) - not a huge thing, but usability is not very
good.



On Jul 13, 1:46 pm, Andrew <ajporterfi...@gmail.com> wrote:
> Unfortunately, what you're describing doesn't currently exist.  The 25
> available form elements can be viewed on the "All Supported Form
> Elements" example file included in the download.  It can also be
> viewed athttp://www.imavex.com/php-form-builder-class/examples/form-elements.php.

Delfeld

unread,
Jul 14, 2010, 6:29:51 PM7/14/10
to php-form-builder-class developer
Below is what I have come up with as the XML list of all the current
elements, derived from the form-elements.php example. I have a blog
post about what I am working on here:
http://delfeld.wordpress.com/2010/07/14/html-form-building-interface/
(If this ends up being garbled, I will probably re-post it in a better
format.)

Any corrections? I know there is stuff missing. . .


<pre style="color:#000000; background-color:#ffffff; font-size:8pt;
font-family:'Courier New';"><span style="color:#009966; font-
weight:bold">&lt;?xml</span> <span style="color:#009966; font-
weight:bold">version</span>=<span style="color:#ff00cc">&quot;
1.0&quot;</span> <span style="color:#009966; font-
weight:bold">encoding</span>=<span
style="color:#ff00cc">&quot;utf-8&quot;</span><span
style="color:#009966; font-weight:bold">?
&gt;&lt;data&gt;&lt;element&gt;&lt;errorMsg&gt;&lt;/errorMsg&gt;</
span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>hidden<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>cmd<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;</span>submit<span style="color:#009966; font-
weight:bold">&lt;/value&gt;&lt;/attributes&gt;&lt;basic&gt;&lt;/
basic&gt;&lt;height&gt;&lt;/height&gt;&lt;hint&gt;&lt;/
hint&gt;&lt;hideCancel&gt;&lt;/hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>text<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field0<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Textbox:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>textarea<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field1<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Textarea:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>webeditor<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field2<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Web Editor - TinyMCE:<span style="color:#009966; font-
weight:bold">&lt;/label&gt;&lt;labelWidth&gt;&lt;/
labelWidth&gt;&lt;max&gt;&lt;/max&gt;&lt;min&gt;&lt;/
min&gt;&lt;months&gt;&lt;/months&gt;&lt;noBreak&gt;&lt;/
noBreak&gt;&lt;options&gt;&lt;/options&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>ckeditor<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field3<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Web Editor - CKEditor:<span style="color:#009966; font-
weight:bold">&lt;/label&gt;&lt;labelWidth&gt;&lt;/
labelWidth&gt;&lt;max&gt;&lt;/max&gt;&lt;min&gt;&lt;/
min&gt;&lt;months&gt;&lt;/months&gt;&lt;noBreak&gt;&lt;/
noBreak&gt;&lt;options&gt;&lt;/options&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>password<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field4<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Password:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>file<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field5<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>File:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>date<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field6<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Date:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>daterange<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field9<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Date Range:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>state<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field10<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>State:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>--
Select a State/Province--<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Alabama<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Alaska<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Arizona<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Arkansas<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>California<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Colorado<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Connecticut<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Delaware<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>DE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>District of Columbia<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>DC<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Florida<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>FL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Georgia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Hawaii<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>HI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Idaho<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ID<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Illinois<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Indiana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Iowa<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kansas<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kentucky<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Louisiana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Maine<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ME<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Maryland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Massachusetts<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Michigan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Minnesota<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mississippi<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Missouri<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Montana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Nebraska<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Nevada<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
Hampshire<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
Jersey<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NJ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
Mexico<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
York<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>North
Carolina<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>North
Dakota<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ND<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Ohio<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>OH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Oklahoma<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>OK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Oregon<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>OR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Pennsylvania<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Rhode
Island<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>RI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>South
Carolina<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>South
Dakota<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Tennessee<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Texas<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TX<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Utah<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>UT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Vermont<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>VT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Virginia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>VA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Washington<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>WA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>West
Virginia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>WV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Wisconsin<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>WI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Wyoming<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>WY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;&lt;/
text&gt;&lt;value&gt;&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>--
Canadian Province--<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Alberta<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>British Columbia<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>BC<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Manitoba<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
Brunswick<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Newfoundland and Labrador<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>NL<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Nova
Scotia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Northwest Territories<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>NT<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Nunavut<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Ontario<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ON<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Prince Edward Island<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>PE<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Qu<span style="color:#9966ff">&amp;amp;</span>#<span
style="color:#ff0000">233</span>;bec<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>QC<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Saskatchewan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Yukon<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>YT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;&lt;/
text&gt;&lt;value&gt;&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>-- US
Territories--<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>American Samoa<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Federated States of Micronesia<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>FM<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guam<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Marshall Islands<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>MH<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Palau<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Puerto Rico<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Virgin Islands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>VI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>country<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field11<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Country:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>--
Select a Country--<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>United States<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>US<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Afghanistan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AF<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Albania<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Algeria<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>DZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>American Samoa<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Andorra<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Angola<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Anguilla<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Antigua and Barbuda<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>AG<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Argentina<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Armenia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Aruba<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Australia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Austria<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Azerbaijan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>AZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bahamas<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bahrain<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bangladesh<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Barbados<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Belarus<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Belgium<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Belize<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Benin<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BJ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bermuda<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bhutan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bolivia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bosnia and Herzegowina<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>BA<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Botswana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Brazil<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>British Indian Ocean Territory<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>IO<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Brunei Darussalam<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>BN<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Bulgaria<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Burkina Faso<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BF<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Burundi<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>BI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Cambodia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Cameroon<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Canada<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Cape
Verde<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Cayman Islands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Central African Republic<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>CF<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Chad<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Chile<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>China<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Colombia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Congo<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Cook
Islands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Costa
Rica<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Cote
d'Ivoire<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Croatia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>HR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Cyprus<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Czech
Republic<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Denmark<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>DK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Djibouti<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>DJ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Dominica<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>DM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Dominican Republic<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>DO<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Ecuador<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>EC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Egypt<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>EG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>El
Salvador<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Equatorial Guinea<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>GQ<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Eritrea<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ER<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Estonia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>EE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Ethiopia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ET<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Faroe
Islands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>FO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Fiji<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>FJ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Finland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>FI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>France<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>FR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>French Guiana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GF<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>French Polynesia<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>PF<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Gabon<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Gambia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Georgia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Germany<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>DE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Ghana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Gibraltar<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Greece<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Greenland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Grenada<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guadeloupe<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GP<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guam<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guatemala<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guinea<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guinea-Bissau<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Guyana<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Haiti<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>HT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Heard
Island And Mcdonald Islands<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>HM<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Hong
Kong<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>HK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Hungary<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>HU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Iceland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>India<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Indonesia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ID<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Iran,
Islamic Republic Of<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Israel<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Italy<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>IT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Jamaica<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>JM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Japan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>JP<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Jordan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>JO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kazakhstan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kenya<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kiribati<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Korea, Democratic People's Republic Of<span style="color:#009966;
font-weight:bold">&lt;/text&gt;&lt;value&gt;</span>KP<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kuwait<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Kyrgyzstan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Lao
People's Democratic Republic<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>LA<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Latvia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Lebanon<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Lesotho<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Liberia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Liechtenstein<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Lithuania<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Luxembourg<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Macau<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Macedonia, The Former Yugoslav Republic Of<span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>MK<span style="color:#009966; font-weight:bold">&lt;/value&gt;</
span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Madagascar<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Malawi<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Malaysia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Maldives<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mali<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ML<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Malta<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Marshall Islands<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>MH<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Martinique<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MQ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mauritania<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mauritius<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mexico<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MX<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Micronesia, Federated States Of<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>FM<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Moldova, Republic Of<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>MD<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Monaco<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mongolia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Montserrat<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Morocco<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Mozambique<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>MZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Namibia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Nepal<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NP<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Netherlands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Netherlands Antilles<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>AN<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
Caledonia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>New
Zealand<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Nicaragua<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Niger<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Nigeria<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Norfolk Island<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NF<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Northern Mariana Islands<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>MP<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Norway<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>NO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Oman<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>OM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Pakistan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Palau<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Panama<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Papua
New Guinea<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Paraguay<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Peru<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Philippines<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Poland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Portugal<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PT<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Puerto Rico<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>PR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Qatar<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>QA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Reunion<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>RE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Romania<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>RO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Russian Federation<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>RU<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Rwanda<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>RW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Saint
Kitts and Nevis<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>KN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Saint
Lucia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Saint
Vincent and the Grenadines<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>VC<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Samoa<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>WS<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>San
Marino<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Saudi
Arabia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Senegal<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Seychelles<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Sierra Leone<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SL<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Singapore<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Slovakia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Slovenia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SI<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Solomon Islands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Somalia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>South
Africa<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ZA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Spain<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ES<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Sri
Lanka<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>LK<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Sudan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SD<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Suriname<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Swaziland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Sweden<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>SE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Switzerland<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>CH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Syrian Arab Republic<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>SY<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Taiwan, Province Of China<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>TW<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Tajikistan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TJ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Tanzania, United Republic Of<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>TZ<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Thailand<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Togo<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Tonga<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TO<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Trinidad and Tobago<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>TT<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Tunisia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Turkey<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Turkmenistan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span>Turks
and Caicos Islands<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TC<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Tuvalu<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>TV<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Uganda<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>UG<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Ukraine<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>UA<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>United Arab Emirates<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>AE<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>United Kingdom<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>GB<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Uruguay<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>UY<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Uzbekistan<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>UZ<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Vanuatu<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>VU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Venezuela<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>VE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Vietnam<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>VN<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Virgin Islands (British)<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>VG<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Virgin Islands (U.S.)<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>VI<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Wallis and Futuna Islands<span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span>WF<span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Western Sahara<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>EH<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Yemen<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>YE<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Yugoslavia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>YU<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Zambia<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ZM<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Zaire<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ZR<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Zimbabwe<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span>ZW<span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>yesno<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field12<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Yes/No:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Yes<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span><span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>No<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span><span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>truefalse<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field13<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>True/False:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>True<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span><span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>False<span style="color:#009966; font-weight:bold">&lt;/
text&gt;&lt;value&gt;</span><span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/element&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>select<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field14<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Select Box:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options</span> <span
style="color:#009966; font-weight:bold">item</span>=<span
style="color:#ff00cc">&quot;Option #0&quot;</span><span
style="color:#009966; font-weight:bold">/&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/element&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>radio<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field15<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Radio Buttons:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options</span> <span
style="color:#009966; font-weight:bold">item</span>=<span
style="color:#ff00cc">&quot;Option #0&quot;</span><span
style="color:#009966; font-weight:bold">/&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/element&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>checkbox<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field16<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Checkboxes:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options</span> <span
style="color:#009966; font-weight:bold">item</span>=<span
style="color:#ff00cc">&quot;Option #0&quot;</span><span
style="color:#009966; font-weight:bold">/&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>latlng<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field17<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Latitude/Longitude:<span style="color:#009966; font-
weight:bold">&lt;/label&gt;&lt;labelWidth&gt;&lt;/
labelWidth&gt;&lt;max&gt;&lt;/max&gt;&lt;min&gt;&lt;/
min&gt;&lt;months&gt;&lt;/months&gt;&lt;noBreak&gt;&lt;/
noBreak&gt;&lt;options&gt;&lt;/options&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/element&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>sort<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field18<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Sort:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options</span> <span
style="color:#009966; font-weight:bold">item</span>=<span
style="color:#ff00cc">&quot;Option #0&quot;</span><span
style="color:#009966; font-weight:bold">/&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/element&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>checksort<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field19<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Checksort:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options</span> <span
style="color:#009966; font-weight:bold">item</span>=<span
style="color:#ff00cc">&quot;Option #0&quot;</span><span
style="color:#009966; font-weight:bold">/&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">0</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">1</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/text&gt;&lt;value&gt;</
span>Option #<span style="color:#ff0000">2</span><span
style="color:#009966; font-weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>captcha<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>recaptcha_response_field<span style="color:#009966; font-
weight:bold">&lt;/name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Captcha:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>slider<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field20<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Slider:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/element&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;br /&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;b&gt;</
span>Warning<span style="color:#009966; font-weight:bold">&lt;/b&gt;</
span>: SimpleXMLElement::addAttribute() [<span style="color:#009966;
font-weight:bold">&lt;a</span>
href='simplexmlelement.addattribute'<span style="color:#009966; font-
weight:bold">&gt;</span>simplexmlelement.addattribute<span
style="color:#009966; font-weight:bold">&lt;/a&gt;</span>]: Attribute
already exists in <span style="color:#009966; font-
weight:bold">&lt;b&gt;</span>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php<span style="color:#009966; font-
weight:bold">&lt;/b&gt;</span> on line <span style="color:#009966;
font-weight:bold">&lt;b&gt;</span><span style="color:#ff0000">66</
span><span style="color:#009966; font-weight:bold">&lt;/b&gt;&lt;br /
&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>rating<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field21<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Rating:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options</span> <span
style="color:#009966; font-weight:bold">item</span>=<span
style="color:#ff00cc">&quot;1&quot;</span><span style="color:#009966;
font-weight:bold">/&gt;&lt;orientation&gt;&lt;/
orientation&gt;&lt;prefix&gt;&lt;/prefix&gt;&lt;preHTML&gt;&lt;/
preHTML&gt;&lt;postHTML&gt;&lt;/postHTML&gt;&lt;required&gt;&lt;/
required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">1</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">1</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">2</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">2</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">3</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">3</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">4</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">4</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">5</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">5</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">6</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">6</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">7</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">7</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">8</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">8</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">9</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">9</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;text&gt;</span><span
style="color:#ff0000">10</span><span style="color:#009966; font-
weight:bold">&lt;/text&gt;&lt;value&gt;</span><span
style="color:#ff0000">10</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>html<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;&lt;/
name&gt;&lt;value&gt;</span>HTML:<span style="color:#009966; font-
weight:bold">&lt;/value&gt;&lt;/attributes&gt;&lt;basic&gt;&lt;/
basic&gt;&lt;height&gt;&lt;/height&gt;&lt;hint&gt;&lt;/
hint&gt;&lt;hideCancel&gt;&lt;/hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>colorpicker<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field22<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Color Picker<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>email<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;</
span>field23<span style="color:#009966; font-weight:bold">&lt;/
name&gt;&lt;value&gt;&lt;/value&gt;&lt;/
attributes&gt;&lt;basic&gt;&lt;/basic&gt;&lt;height&gt;&lt;/
height&gt;&lt;hint&gt;&lt;/hint&gt;&lt;hideCancel&gt;&lt;/
hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;</
span>Email:<span style="color:#009966; font-weight:bold">&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;data/&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/
element&gt;&lt;element&gt;</span>

<span style="color:#009966; font-
weight:bold">&lt;attributes&gt;&lt;type&gt;</span>button<span
style="color:#009966; font-weight:bold">&lt;/type&gt;&lt;name&gt;&lt;/
name&gt;&lt;value&gt;</span>
<span style="color:#9966ff">&amp;lt;</span>input <span
style="color:#009966; font-weight:bold">value</span>=<span
style="color:#ff00cc">&quot;Submit&quot;</span> <span
style="color:#009966; font-weight:bold">type</span>=<span
style="color:#ff00cc">&quot;submit&quot;</span>/<span
style="color:#9966ff">&amp;gt;</span><span style="color:#009966; font-
weight:bold">&lt;/value&gt;&lt;/attributes&gt;&lt;basic&gt;&lt;/
basic&gt;&lt;height&gt;&lt;/height&gt;&lt;hint&gt;&lt;/
hint&gt;&lt;hideCancel&gt;&lt;/hideCancel&gt;&lt;hideCaption&gt;&lt;/
hideCaption&gt;&lt;hideDisplay&gt;&lt;/
hideDisplay&gt;&lt;hideJump&gt;&lt;/hideJump&gt;&lt;label&gt;&lt;/
label&gt;&lt;labelWidth&gt;&lt;/labelWidth&gt;&lt;max&gt;&lt;/
max&gt;&lt;min&gt;&lt;/min&gt;&lt;months&gt;&lt;/
months&gt;&lt;noBreak&gt;&lt;/noBreak&gt;&lt;options&gt;&lt;/
options&gt;&lt;orientation&gt;&lt;/orientation&gt;&lt;prefix&gt;&lt;/
prefix&gt;&lt;preHTML&gt;&lt;/preHTML&gt;&lt;postHTML&gt;&lt;/
postHTML&gt;&lt;required&gt;&lt;/required&gt;&lt;snapIncrement&gt;&lt;/
snapIncrement&gt;&lt;suffix&gt;&lt;/suffix&gt;&lt;tooltip&gt;&lt;/
tooltip&gt;&lt;tooltipWidth&gt;&lt;/
tooltipWidth&gt;&lt;tooltipID&gt;&lt;/tooltipID&gt;&lt;width&gt;&lt;/
width&gt;&lt;zoom&gt;&lt;/zoom&gt;</span>
<span style="color:#009966; font-weight:bold">&lt;/element&gt;</span>

<span style="color:#009966; font-weight:bold">&lt;/data&gt;</span>
</pre>

Delfeld

unread,
Jul 14, 2010, 6:31:28 PM7/14/10
to php-form-builder-class developer
Ok, that last post was garbage. Try this one:

Below is what I have come up with as the XML list of all the current
elements, derived from the form-elements.php example. I have a blog
post about what I am working on here:
http://delfeld.wordpress.com/2010/07/14/html-form-building-interface/


<?xml version="1.0" encoding="utf-8"?><data><element><errorMsg></
errorMsg>
</element><element>
<attributes><type>hidden</type><name>cmd</name><value>submit</value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label></label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<attributes><type>text</type><name>field0</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Textbox:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<attributes><type>textarea</type><name>field1</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Textarea:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>

<attributes><type>webeditor</type><name>field2</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Web Editor - TinyMCE:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options></options><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<attributes><type>ckeditor</type><name>field3</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Web Editor - CKEditor:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options></options><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<attributes><type>password</type><name>field4</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Password:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<attributes><type>file</type><name>field5</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>File:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>

</element><element>
<attributes><type>date</type><name>field6</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Date:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<attributes><type>daterange</type><name>field9</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Date Range:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options></options><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<attributes><type>state</type><name>field10</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>State:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<text>--Select a State/Province--</text><value></value>

</element><element>
<text>Alabama</text><value>AL</value>
</element><element>
<text>Alaska</text><value>AK</value>
</element><element>
<text>Arizona</text><value>AZ</value>
</element><element>
<text>Arkansas</text><value>AR</value>
</element><element>

<text>California</text><value>CA</value>
</element><element>
<text>Colorado</text><value>CO</value>
</element><element>
<text>Connecticut</text><value>CT</value>
</element><element>
<text>Delaware</text><value>DE</value>
</element><element>
<text>District of Columbia</text><value>DC</value>

</element><element>
<text>Florida</text><value>FL</value>
</element><element>
<text>Georgia</text><value>GA</value>
</element><element>
<text>Hawaii</text><value>HI</value>
</element><element>
<text>Idaho</text><value>ID</value>
</element><element>

<text>Illinois</text><value>IL</value>
</element><element>
<text>Indiana</text><value>IN</value>
</element><element>
<text>Iowa</text><value>IA</value>
</element><element>
<text>Kansas</text><value>KS</value>
</element><element>
<text>Kentucky</text><value>KY</value>

</element><element>
<text>Louisiana</text><value>LA</value>
</element><element>
<text>Maine</text><value>ME</value>
</element><element>
<text>Maryland</text><value>MD</value>
</element><element>
<text>Massachusetts</text><value>MA</value>
</element><element>

<text>Michigan</text><value>MI</value>
</element><element>
<text>Minnesota</text><value>MN</value>
</element><element>
<text>Mississippi</text><value>MS</value>
</element><element>
<text>Missouri</text><value>MO</value>
</element><element>
<text>Montana</text><value>MT</value>

</element><element>
<text>Nebraska</text><value>NE</value>
</element><element>
<text>Nevada</text><value>NV</value>
</element><element>
<text>New Hampshire</text><value>NH</value>
</element><element>
<text>New Jersey</text><value>NJ</value>
</element><element>

<text>New Mexico</text><value>NM</value>
</element><element>
<text>New York</text><value>NY</value>
</element><element>
<text>North Carolina</text><value>NC</value>
</element><element>
<text>North Dakota</text><value>ND</value>
</element><element>
<text>Ohio</text><value>OH</value>

</element><element>
<text>Oklahoma</text><value>OK</value>
</element><element>
<text>Oregon</text><value>OR</value>
</element><element>
<text>Pennsylvania</text><value>PA</value>
</element><element>
<text>Rhode Island</text><value>RI</value>
</element><element>

<text>South Carolina</text><value>SC</value>
</element><element>
<text>South Dakota</text><value>SD</value>
</element><element>
<text>Tennessee</text><value>TN</value>
</element><element>
<text>Texas</text><value>TX</value>
</element><element>
<text>Utah</text><value>UT</value>

</element><element>
<text>Vermont</text><value>VT</value>
</element><element>
<text>Virginia</text><value>VA</value>
</element><element>
<text>Washington</text><value>WA</value>
</element><element>
<text>West Virginia</text><value>WV</value>
</element><element>

<text>Wisconsin</text><value>WI</value>
</element><element>
<text>Wyoming</text><value>WY</value>
</element><element>
<text></text><value></value>
</element><element>
<text>-- Canadian Province--</text><value></value>
</element><element>
<text>Alberta</text><value>AB</value>
</element><element>

<text>British Columbia</text><value>BC</value>
</element><element>
<text>Manitoba</text><value>MB</value>
</element><element>
<text>New Brunswick</text><value>NB</value>
</element><element>
<text>Newfoundland and Labrador</text><value>NL</value>
</element><element>
<text>Nova Scotia</text><value>NS</value>

</element><element>
<text>Northwest Territories</text><value>NT</value>
</element><element>
<text>Nunavut</text><value>NU</value>
</element><element>
<text>Ontario</text><value>ON</value>
</element><element>
<text>Prince Edward Island</text><value>PE</value>
</element><element>

<text>Qu&amp;#233;bec</text><value>QC</value>
</element><element>
<text>Saskatchewan</text><value>SK</value>
</element><element>
<text>Yukon</text><value>YT</value>
</element><element>
<text></text><value></value>
</element><element>
<text>-- US Territories--</text><value></value>

</element><element>
<text>American Samoa</text><value>AS</value>
</element><element>
<text>Federated States of Micronesia</text><value>FM</value>
</element><element>
<text>Guam</text><value>GU</value>
</element><element>
<text>Marshall Islands</text><value>MH</value>
</element><element>

<text>Palau</text><value>PW</value>
</element><element>
<text>Puerto Rico</text><value>PR</value>
</element><element>
<text>Virgin Islands</text><value>VI</value>
</element><element>
<attributes><type>country</type><name>field11</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Country:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>

<text>--Select a Country--</text><value></value>
</element><element>
<text>United States</text><value>US</value>
</element><element>
<text>Afghanistan</text><value>AF</value>
</element><element>
<text>Albania</text><value>AL</value>
</element><element>
<text>Algeria</text><value>DZ</value>

</element><element>
<text>American Samoa</text><value>AS</value>
</element><element>
<text>Andorra</text><value>AD</value>
</element><element>
<text>Angola</text><value>AO</value>
</element><element>
<text>Anguilla</text><value>AI</value>
</element><element>

<text>Antigua and Barbuda</text><value>AG</value>
</element><element>
<text>Argentina</text><value>AR</value>
</element><element>
<text>Armenia</text><value>AM</value>
</element><element>
<text>Aruba</text><value>AW</value>
</element><element>
<text>Australia</text><value>AU</value>

</element><element>
<text>Austria</text><value>AT</value>
</element><element>
<text>Azerbaijan</text><value>AZ</value>
</element><element>
<text>Bahamas</text><value>BS</value>
</element><element>
<text>Bahrain</text><value>BH</value>
</element><element>

<text>Bangladesh</text><value>BD</value>
</element><element>
<text>Barbados</text><value>BB</value>
</element><element>
<text>Belarus</text><value>BY</value>
</element><element>
<text>Belgium</text><value>BE</value>
</element><element>
<text>Belize</text><value>BZ</value>

</element><element>
<text>Benin</text><value>BJ</value>
</element><element>
<text>Bermuda</text><value>BM</value>
</element><element>
<text>Bhutan</text><value>BT</value>
</element><element>
<text>Bolivia</text><value>BO</value>
</element><element>

<text>Bosnia and Herzegowina</text><value>BA</value>
</element><element>
<text>Botswana</text><value>BW</value>
</element><element>
<text>Brazil</text><value>BR</value>
</element><element>
<text>British Indian Ocean Territory</text><value>IO</value>
</element><element>
<text>Brunei Darussalam</text><value>BN</value>

</element><element>
<text>Bulgaria</text><value>BG</value>
</element><element>
<text>Burkina Faso</text><value>BF</value>
</element><element>
<text>Burundi</text><value>BI</value>
</element><element>
<text>Cambodia</text><value>KH</value>
</element><element>

<text>Cameroon</text><value>CM</value>
</element><element>
<text>Canada</text><value>CA</value>
</element><element>
<text>Cape Verde</text><value>CV</value>
</element><element>
<text>Cayman Islands</text><value>KY</value>
</element><element>
<text>Central African Republic</text><value>CF</value>

</element><element>
<text>Chad</text><value>TD</value>
</element><element>
<text>Chile</text><value>CL</value>
</element><element>
<text>China</text><value>CN</value>
</element><element>
<text>Colombia</text><value>CO</value>
</element><element>

<text>Congo</text><value>CG</value>
</element><element>
<text>Cook Islands</text><value>CK</value>
</element><element>
<text>Costa Rica</text><value>CR</value>
</element><element>
<text>Cote d'Ivoire</text><value>CI</value>
</element><element>
<text>Croatia</text><value>HR</value>

</element><element>
<text>Cyprus</text><value>CY</value>
</element><element>
<text>Czech Republic</text><value>CZ</value>
</element><element>
<text>Denmark</text><value>DK</value>
</element><element>
<text>Djibouti</text><value>DJ</value>
</element><element>

<text>Dominica</text><value>DM</value>
</element><element>
<text>Dominican Republic</text><value>DO</value>
</element><element>
<text>Ecuador</text><value>EC</value>
</element><element>
<text>Egypt</text><value>EG</value>
</element><element>
<text>El Salvador</text><value>SV</value>

</element><element>
<text>Equatorial Guinea</text><value>GQ</value>
</element><element>
<text>Eritrea</text><value>ER</value>
</element><element>
<text>Estonia</text><value>EE</value>
</element><element>
<text>Ethiopia</text><value>ET</value>
</element><element>

<text>Faroe Islands</text><value>FO</value>
</element><element>
<text>Fiji</text><value>FJ</value>
</element><element>
<text>Finland</text><value>FI</value>
</element><element>
<text>France</text><value>FR</value>
</element><element>
<text>French Guiana</text><value>GF</value>

</element><element>
<text>French Polynesia</text><value>PF</value>
</element><element>
<text>Gabon</text><value>GA</value>
</element><element>
<text>Gambia</text><value>GM</value>
</element><element>
<text>Georgia</text><value>GE</value>
</element><element>

<text>Germany</text><value>DE</value>
</element><element>
<text>Ghana</text><value>GH</value>
</element><element>
<text>Gibraltar</text><value>GI</value>
</element><element>
<text>Greece</text><value>GR</value>
</element><element>
<text>Greenland</text><value>GL</value>

</element><element>
<text>Grenada</text><value>GD</value>
</element><element>
<text>Guadeloupe</text><value>GP</value>
</element><element>
<text>Guam</text><value>GU</value>
</element><element>
<text>Guatemala</text><value>GT</value>
</element><element>

<text>Guinea</text><value>GN</value>
</element><element>
<text>Guinea-Bissau</text><value>GW</value>
</element><element>
<text>Guyana</text><value>GY</value>
</element><element>
<text>Haiti</text><value>HT</value>
</element><element>
<text>Heard Island And Mcdonald Islands</text><value>HM</value>

</element><element>
<text>Hong Kong</text><value>HK</value>
</element><element>
<text>Hungary</text><value>HU</value>
</element><element>
<text>Iceland</text><value>IS</value>
</element><element>
<text>India</text><value>IN</value>
</element><element>

<text>Indonesia</text><value>ID</value>
</element><element>
<text>Iran, Islamic Republic Of</text><value>IR</value>
</element><element>
<text>Israel</text><value>IL</value>
</element><element>
<text>Italy</text><value>IT</value>
</element><element>
<text>Jamaica</text><value>JM</value>

</element><element>
<text>Japan</text><value>JP</value>
</element><element>
<text>Jordan</text><value>JO</value>
</element><element>
<text>Kazakhstan</text><value>KZ</value>
</element><element>
<text>Kenya</text><value>KE</value>
</element><element>

<text>Kiribati</text><value>KI</value>
</element><element>
<text>Korea, Democratic People's Republic Of</text><value>KP</value>
</element><element>
<text>Kuwait</text><value>KW</value>
</element><element>
<text>Kyrgyzstan</text><value>KG</value>
</element><element>
<text>Lao People's Democratic Republic</text><value>LA</value>

</element><element>
<text>Latvia</text><value>LV</value>
</element><element>
<text>Lebanon</text><value>LB</value>
</element><element>
<text>Lesotho</text><value>LS</value>
</element><element>
<text>Liberia</text><value>LR</value>
</element><element>

<text>Liechtenstein</text><value>LI</value>
</element><element>
<text>Lithuania</text><value>LT</value>
</element><element>
<text>Luxembourg</text><value>LU</value>
</element><element>
<text>Macau</text><value>MO</value>
</element><element>
<text>Macedonia, The Former Yugoslav Republic Of</text><value>MK</
value>

</element><element>
<text>Madagascar</text><value>MG</value>
</element><element>
<text>Malawi</text><value>MW</value>
</element><element>
<text>Malaysia</text><value>MY</value>
</element><element>
<text>Maldives</text><value>MV</value>
</element><element>

<text>Mali</text><value>ML</value>
</element><element>
<text>Malta</text><value>MT</value>
</element><element>
<text>Marshall Islands</text><value>MH</value>
</element><element>
<text>Martinique</text><value>MQ</value>
</element><element>
<text>Mauritania</text><value>MR</value>

</element><element>
<text>Mauritius</text><value>MU</value>
</element><element>
<text>Mexico</text><value>MX</value>
</element><element>
<text>Micronesia, Federated States Of</text><value>FM</value>
</element><element>
<text>Moldova, Republic Of</text><value>MD</value>
</element><element>

<text>Monaco</text><value>MC</value>
</element><element>
<text>Mongolia</text><value>MN</value>
</element><element>
<text>Montserrat</text><value>MS</value>
</element><element>
<text>Morocco</text><value>MA</value>
</element><element>
<text>Mozambique</text><value>MZ</value>

</element><element>
<text>Namibia</text><value>NA</value>
</element><element>
<text>Nepal</text><value>NP</value>
</element><element>
<text>Netherlands</text><value>NL</value>
</element><element>
<text>Netherlands Antilles</text><value>AN</value>
</element><element>

<text>New Caledonia</text><value>NC</value>
</element><element>
<text>New Zealand</text><value>NZ</value>
</element><element>
<text>Nicaragua</text><value>NI</value>
</element><element>
<text>Niger</text><value>NE</value>
</element><element>
<text>Nigeria</text><value>NG</value>

</element><element>
<text>Norfolk Island</text><value>NF</value>
</element><element>
<text>Northern Mariana Islands</text><value>MP</value>
</element><element>
<text>Norway</text><value>NO</value>
</element><element>
<text>Oman</text><value>OM</value>
</element><element>

<text>Pakistan</text><value>PK</value>
</element><element>
<text>Palau</text><value>PW</value>
</element><element>
<text>Panama</text><value>PA</value>
</element><element>
<text>Papua New Guinea</text><value>PG</value>
</element><element>
<text>Paraguay</text><value>PY</value>

</element><element>
<text>Peru</text><value>PE</value>
</element><element>
<text>Philippines</text><value>PH</value>
</element><element>
<text>Poland</text><value>PL</value>
</element><element>
<text>Portugal</text><value>PT</value>
</element><element>

<text>Puerto Rico</text><value>PR</value>
</element><element>
<text>Qatar</text><value>QA</value>
</element><element>
<text>Reunion</text><value>RE</value>
</element><element>
<text>Romania</text><value>RO</value>
</element><element>
<text>Russian Federation</text><value>RU</value>

</element><element>
<text>Rwanda</text><value>RW</value>
</element><element>
<text>Saint Kitts and Nevis</text><value>KN</value>
</element><element>
<text>Saint Lucia</text><value>LC</value>
</element><element>
<text>Saint Vincent and the Grenadines</text><value>VC</value>
</element><element>

<text>Samoa</text><value>WS</value>
</element><element>
<text>San Marino</text><value>SM</value>
</element><element>
<text>Saudi Arabia</text><value>SA</value>
</element><element>
<text>Senegal</text><value>SN</value>
</element><element>
<text>Seychelles</text><value>SC</value>

</element><element>
<text>Sierra Leone</text><value>SL</value>
</element><element>
<text>Singapore</text><value>SG</value>
</element><element>
<text>Slovakia</text><value>SK</value>
</element><element>
<text>Slovenia</text><value>SI</value>
</element><element>

<text>Solomon Islands</text><value>SB</value>
</element><element>
<text>Somalia</text><value>SO</value>
</element><element>
<text>South Africa</text><value>ZA</value>
</element><element>
<text>Spain</text><value>ES</value>
</element><element>
<text>Sri Lanka</text><value>LK</value>

</element><element>
<text>Sudan</text><value>SD</value>
</element><element>
<text>Suriname</text><value>SR</value>
</element><element>
<text>Swaziland</text><value>SZ</value>
</element><element>
<text>Sweden</text><value>SE</value>
</element><element>

<text>Switzerland</text><value>CH</value>
</element><element>
<text>Syrian Arab Republic</text><value>SY</value>
</element><element>
<text>Taiwan, Province Of China</text><value>TW</value>
</element><element>
<text>Tajikistan</text><value>TJ</value>
</element><element>
<text>Tanzania, United Republic Of</text><value>TZ</value>

</element><element>
<text>Thailand</text><value>TH</value>
</element><element>
<text>Togo</text><value>TG</value>
</element><element>
<text>Tonga</text><value>TO</value>
</element><element>
<text>Trinidad and Tobago</text><value>TT</value>
</element><element>

<text>Tunisia</text><value>TN</value>
</element><element>
<text>Turkey</text><value>TR</value>
</element><element>
<text>Turkmenistan</text><value>TM</value>
</element><element>
<text>Turks and Caicos Islands</text><value>TC</value>
</element><element>
<text>Tuvalu</text><value>TV</value>

</element><element>
<text>Uganda</text><value>UG</value>
</element><element>
<text>Ukraine</text><value>UA</value>
</element><element>
<text>United Arab Emirates</text><value>AE</value>
</element><element>
<text>United Kingdom</text><value>GB</value>
</element><element>

<text>Uruguay</text><value>UY</value>
</element><element>
<text>Uzbekistan</text><value>UZ</value>
</element><element>
<text>Vanuatu</text><value>VU</value>
</element><element>
<text>Venezuela</text><value>VE</value>
</element><element>
<text>Vietnam</text><value>VN</value>

</element><element>
<text>Virgin Islands (British)</text><value>VG</value>
</element><element>
<text>Virgin Islands (U.S.)</text><value>VI</value>
</element><element>
<text>Wallis and Futuna Islands</text><value>WF</value>
</element><element>
<text>Western Sahara</text><value>EH</value>
</element><element>

<text>Yemen</text><value>YE</value>
</element><element>
<text>Yugoslavia</text><value>YU</value>
</element><element>
<text>Zambia</text><value>ZM</value>
</element><element>
<text>Zaire</text><value>ZR</value>
</element><element>
<text>Zimbabwe</text><value>ZW</value>

</element><element>
<attributes><type>yesno</type><name>field12</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Yes/No:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<text>Yes</text><value>1</value>
</element><element>
<text>No</text><value>0</value>
</element><element>
<attributes><type>truefalse</type><name>field13</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>True/False:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options></options><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>

</element><element>
<text>True</text><value>1</value>
</element><element>
<text>False</text><value>0</value>
</element><br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<element>
<attributes><type>select</type><name>field14</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Select Box:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options item="Option #0"/><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<text>Option #0</text><value>Option #0</value>

</element><element>
<text>Option #1</text><value>Option #1</value>
</element><element>
<text>Option #2</text><value>Option #2</value>
</element><br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<element>
<attributes><type>radio</type><name>field15</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Radio Buttons:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options item="Option #0"/><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<text>Option #0</text><value>Option #0</value>

</element><element>
<text>Option #1</text><value>Option #1</value>
</element><element>
<text>Option #2</text><value>Option #2</value>
</element><br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<element>
<attributes><type>checkbox</type><name>field16</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Checkboxes:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options item="Option #0"/><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<text>Option #0</text><value>Option #0</value>

</element><element>
<text>Option #1</text><value>Option #1</value>
</element><element>
<text>Option #2</text><value>Option #2</value>
</element><element>
<attributes><type>latlng</type><name>field17</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Latitude/Longitude:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options></options><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<element>
<attributes><type>sort</type><name>field18</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Sort:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options item="Option #0"/><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<text>Option #0</text><value>Option #0</value>

</element><element>
<text>Option #1</text><value>Option #1</value>
</element><element>
<text>Option #2</text><value>Option #2</value>
</element><br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<element>
<attributes><type>checksort</type><name>field19</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Checksort:</
label><labelWidth></labelWidth><max></max><min></min><months></
months><noBreak></noBreak><options item="Option #0"/><orientation></
orientation><prefix></prefix><preHTML></preHTML><postHTML></
postHTML><required></required><snapIncrement></snapIncrement><suffix></
suffix><tooltip></tooltip><tooltipWidth></tooltipWidth><tooltipID></
tooltipID><width></width><zoom></zoom>
</element><element>
<text>Option #0</text><value>Option #0</value>

</element><element>
<text>Option #1</text><value>Option #1</value>
</element><element>
<text>Option #2</text><value>Option #2</value>
</element><element>
<attributes><type>captcha</type><name>recaptcha_response_field</
name><value></value></attributes><basic></basic><height></
height><hint></hint><hideCancel></hideCancel><hideCaption></
hideCaption><hideDisplay></hideDisplay><hideJump></
hideJump><label>Captcha:</label><labelWidth></labelWidth><max></
max><min></min><months></months><noBreak></noBreak><options></
options><orientation></orientation><prefix></prefix><preHTML></
preHTML><postHTML></postHTML><required></required><snapIncrement></
snapIncrement><suffix></suffix><tooltip></tooltip><tooltipWidth></
tooltipWidth><tooltipID></tooltipID><width></width><zoom></zoom>
</element><element>
<attributes><type>slider</type><name>field20</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Slider:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>

</element><br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />

<br />
<b>Warning</b>: SimpleXMLElement::addAttribute() [<a
href='simplexmlelement.addattribute'>simplexmlelement.addattribute</
a>]: Attribute already exists in <b>C:\wamp\www\php-form-builder-class
\includes\ArrayToXML.php</b> on line <b>66</b><br />
<element>
<attributes><type>rating</type><name>field21</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Rating:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options item="1"/><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<text>1</text><value>1</value>

</element><element>
<text>2</text><value>2</value>
</element><element>
<text>3</text><value>3</value>
</element><element>
<text>4</text><value>4</value>
</element><element>
<text>5</text><value>5</value>
</element><element>

<text>6</text><value>6</value>
</element><element>
<text>7</text><value>7</value>
</element><element>
<text>8</text><value>8</value>
</element><element>
<text>9</text><value>9</value>
</element><element>
<text>10</text><value>10</value>

</element><element>
<attributes><type>html</type><name></name><value>HTML:</value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label></label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<attributes><type>colorpicker</type><name>field22</name><value></
value></attributes><basic></basic><height></height><hint></
hint><hideCancel></hideCancel><hideCaption></
hideCaption><hideDisplay></hideDisplay><hideJump></
hideJump><label>Color Picker</label><labelWidth></labelWidth><max></
max><min></min><months></months><noBreak></noBreak><options></
options><orientation></orientation><prefix></prefix><preHTML></
preHTML><postHTML></postHTML><required></required><snapIncrement></
snapIncrement><suffix></suffix><tooltip></tooltip><tooltipWidth></
tooltipWidth><tooltipID></tooltipID><width></width><zoom></zoom>
</element><element>
<attributes><type>email</type><name>field23</name><value></value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label>Email:</label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element><element>
<data/>
</element><element>

<attributes><type>button</type><name></name><value>
&lt;input value="Submit" type="submit"/&gt;</value></
attributes><basic></basic><height></height><hint></hint><hideCancel></
hideCancel><hideCaption></hideCaption><hideDisplay></
hideDisplay><hideJump></hideJump><label></label><labelWidth></
labelWidth><max></max><min></min><months></months><noBreak></
noBreak><options></options><orientation></orientation><prefix></
prefix><preHTML></preHTML><postHTML></postHTML><required></
required><snapIncrement></snapIncrement><suffix></suffix><tooltip></
tooltip><tooltipWidth></tooltipWidth><tooltipID></tooltipID><width></
width><zoom></zoom>
</element>

</data>
Reply all
Reply to author
Forward
0 new messages