Dear all,

We got from our customer a xml file with the next information:

<World>
<Countries>
<Country CODE="A">1</Country>
<Country CODE="B">2</Country>
<Country CODE="BG">3</Country>
<Country CODE="CY">4</Country>
<Country CODE="CZ">5</Country>
</Countries>
</World>

How can we get the the values for the country codes?

Any help is welcome.

Michelle.